in reply to Re^7: To initialise or not to initialise?
in thread To initialise or not to initialise?

The part that surprises me is that B::Deparse deparses it to something that doesn't work, and I always assumed that the deparsing was correct.

Isn't that the definition of a bug in B::Deparse then?

I wanted to file a bug report, but rt.cpan.org doesn't know about 'B::Deparse'. Where should it be sent to? Or did you do that already?

-- Hofmator

  • Comment on Re^8: To initialise or not to initialise?

Replies are listed 'Best First'.
Re^9: To initialise or not to initialise?
by runrig (Abbot) on Jun 25, 2004 at 18:25 UTC
    B::Deparse is a core module, so it would go to p5p (or to PerlBug via perlbug). If you want to submit a bug report, search the p5p archives first (or bugs.perl.org), and I'm not sure if B::Deparse is suppose to guarantee perfectly accurate code.
      Thanks, I searched and found something similar, though not the same.

      Therefore I filed a new bug via perlbug, got ID #30504.

      -- Hofmator