in reply to Re^2: Reading sourcecode at parsing/compilation (CHECK) time? ($_)
in thread Reading sourcecode at parsing/compilation (CHECK) time?

> ... I was expecting that a core module either treats $_ safely when calling foreign code ...

I filed a bug report for Attribute::Handlers with an attached diff which solves this issue.

http://rt.perl.org/rt3/Ticket/Display.html?id=74052

Cheers Rolf

UPDATE: wow already resolved at the following day! Steffen Müller++

  • Comment on Re^3: Reading sourcecode at parsing/compilation (CHECK) time? (Ticket)

Replies are listed 'Best First'.
Re^4: Reading sourcecode at parsing/compilation (CHECK) time? (Ticket)
by Anonymous Monk on Apr 05, 2010 at 14:26 UTC
      I don't think the error is in the module;

      maybe "error" is too much to say, let's call it good style not to unnecessarily rely on that foreign code doesn't change $_.

      At least this module violates several style rules from the same author...

      Cheers Rolf