# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #59120] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59120 >
Rakudo r31286 does not like class attributes within roles. $ ./perl6 -e 'role A { my $.a }' Method 'isdecl' not found for invocant of class 'PAST::Op' [...]