On Sun Jan 11 09:42:35 2009, masak wrote:
> rakudo: class A { method foo { say "" ~~ * } }; A.new.foo
> rakudo 35420: OUTPUT«Null PMC access in find_method() [...]
> * masak reports rakudobug
> masak: Is that dependent on it being in a class?
> jnthn: yes.
> rakudo: say "" ~~ *
> rakudo: sub
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #62196]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62196 >
rakudo: class A { method foo { say "" ~~ * } }; A.new.foo
rakudo 35420: OUTPUT«Null PM