On Tue, Dec 30, 2008 at 01:04:58PM -0800, Carl Mäsak wrote:
>
> rakudo: my $a = 5; eval 'say $a'
> rakudo 34665: RESULT«Null PMC access in find_method() [...]
> * masak submits rakudobug
At the moment eval strings are unable to access their outer lexical
environment -- fixing this will involve
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61860]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61860 >
rakudo: my $a = 5; eval 'say $a'
rakudo 34665: RESULT«Null PMC access in find_method()