# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #71260] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71260 >
This be Rakudo 7ef386. $ perl6 -e 'class A::B {}; A.foo' invoke() not implemented in class 'NameSpace' [...] $ cat A/B.pm class A::B { } $ perl6 -e 'use A::B; A.foo' Null PMC access in getprop() [...]