[perl #61060] Parser bug with attributes and blocks

2008-12-05 Thread [EMAIL PROTECTED] via RT
On Fri Dec 05 02:05:07 2008, [EMAIL PROTECTED] wrote: > This is a bit of a fragile one as it moves around depending on what NCI > functions I have compiled. This segfaults for me: > > class foo { has $x; method y() { { $x } } } > > Previously it segfaulted like this: > > class Foo { has $x; meth

[perl #61060] Parser bug with attributes and blocks

2008-12-05 Thread via RT
# New Ticket Created by Simon Cozens # Please include the string: [perl #61060] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61060 > This is a bit of a fragile one as it moves around depending on what NCI functions I have