# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61106] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61106 >
Rakudo r33577 responds strangely to the following program: $ perl6 -e 'my $locator = method { .<here> }; my %h = { here => "foo" }; say %h.$locator' get_pmc_keyed() not implemented in class 'Undef' [...] I'd expect it to output "foo".