# New Ticket Created by Moritz Lenz # Please include the string: [perl #64012] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64012 >
00:42 <@TimToady> rakudo: eval 'say $x'; my $x = 5; 00:42 < p6eval> rakudo c26021: RESULT«5» 00:42 <@TimToady> at the point it executes the eval, it should not have initialized $x yet There's a new test for that one in t/spec/S04-declarations/my.t. Cheers, Moritz