root/t/perl5/eval_lex.t

Revision 20490, 140 bytes (checked in by Auzon, 8 months ago)

s/use v6-alpha;$/use v6;/;
Also catching a few other mentions of v6-alpha.

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use v6;
2use Test;
3plan 1;
4
5my $self = "some text";
6
7is ~eval(q/"self is $self"/,:lang<perl5>),"self is some text","lexical inside an eval";
Note: See TracBrowser for help on using the browser.