# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62878] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62878 >
<masak> rakudo: class A { class B {}; B.new } <p6eval> rakudo 36119: OUTPUT«Null PMC access in find_method() [...] <masak> :) * masak submits rakudobug <masak> rakudo: class A { class B {} }; B.new <p6eval> rakudo 36119: OUTPUT«Null PMC access in find_method() [...] <masak> rakudo: class A { class B {}; A::B.new } <p6eval> rakudo 36119: OUTPUT«Null PMC access in getprop() [...] Only putting 'A::B.new' outside of the A scope seems to work right now. I don't know which of these are kosher, but none of them should do the Null PMC access thing, IMHO.