# New Ticket Created by  Edwin Steiner 
# Please include the string:  [perl #115344]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115344 >


While this works perfectly:

$ ./perl6 
> my $x = '1'; eval '$x'
1

The method form does not:

$ ./perl6 
> my $x = '1'; '$x'.eval
Variable $x is not declared



$ ./perl6 --version
This is perl6 version 2012.09.1-57-g27a6b84 built on parrot 4.4.0 revision 
RELEASE_4_4_0

Reply via email to