Skip to content
  • Kevin Atkinson's avatar
    · 1253f479
    Kevin Atkinson authored
    IO::Handle::opened method doesn't work when a ref to STDOUT/ERR are stored in
    a variable since it really a glob in perl 5.005.  IN 5.8 it works for some
    reason.  To fix use IO::Handle::opened($$this) not $$this->opened()
    1253f479