# New Ticket Created by Stephane Payrard # Please include the string: [perl #76456] # in the subject line of all future correspondence about this issue. # <URL: 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!=== Method 'symbol' not found for invocant of class 'Undef' $ A program with the sole ::T has no problem -- cognominal stef