# New Ticket Created by Moritz Lenz # Please include the string: [perl #60822] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60822 >
Rakudo as of r33193 doesn't implement lexical subroutines; neither 'my sub ...' is implemented nor does 'my $x = sub { ... }' work properly (a test for the latter can be found in t/spec/integration/man-or-boy.t). Moritz