# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66546] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66546 >
Rakudo e61569f has problems parsing class declarations: $ cat A.pm class A { } $ perl6 --target=parse A.pm Null PMC access in find_method() in Main (src/gen_setting.pm:0) This is kinda strange, because it can produce later stages without a problem. Probably a PCT bug.