[perl #76456] [BUG] --target=parse confused by role parameter

2013-05-10 Thread Will Coleda via RT
On Sat Jul 10 23:14:57 2010, cognominal wrote: > $ cat A.pm > role A[::T] { } > $ perl6 A.pm > $ perl6 --target=parse A.pm > ===SORRY!=== > Method 'symbol' not found for invocant of class 'Undef' > $ > > A program with the sole ::T has no problem > Behavior has changed: $ cat A.pm role A[::T] {

[perl #76456] [BUG] --target=parse confused by role parameter

2011-10-04 Thread Will Coleda via RT
On Sat Jul 10 23:14:57 2010, cognominal wrote: > $ cat A.pm > role A[::T] { } > $ perl6 A.pm > $ perl6 --target=parse A.pm > ===SORRY!=== > Method 'symbol' not found for invocant of class 'Undef' > $ > > A program with the sole ::T has no problem > Error message has changed: $ perl6 --target=pa

[perl #76456] [BUG] --target=parse confused by role parameter

2010-07-12 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #76456] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76456 > $ cat A.pm role A[::T] { } $ perl6 A.pm $ perl6 --target=parse A.pm ===SORRY!=== Met