in reply to Re^2: Abusing attributes (possible perl bug?)
in thread Abusing attributes (possible perl bug?)

the bug seems to affect only expressions where opening {, [ and { do not match clossing }, ] and ) on every line.

and yes, you should report it.

Replies are listed 'Best First'.
Re^4: Abusing attributes (possible perl bug?)
by TheDamian (Vicar) on Feb 08, 2006 at 20:18 UTC
    and yes, you should report it.
    Note, however, that problem is inherent to the perl parser, and not specific to the Attribute::Handlers module. So please report it via perlbug.

    Damian