# New Ticket Created by "Eric Hodges" # Please include the string: [perl #62530] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62530 >
class Match is also { method keys () {return %(self).keys }; };
rule a {H};
say "Hello" ~~ /<a>/;
say $/.keys.perl;
my $x = $/; $x.keys.perl.say;
Produces:
H
["a"]
Null PMC access in find_method()
