Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perl6 tweak from b2gills++
  • Loading branch information
ingydotnet committed Jun 6, 2018
1 parent 285e658 commit 3590d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl6/TestML/Run.pm6
Expand Up @@ -18,7 +18,7 @@ has $!vtable = {
'%()' => 'pick-loop',
'()' => 'pick-exec',

"\$''" => 'get-str',
Q[$''] => 'get-str',
'*' => 'get-point',
'=' => 'set-var',
};
Expand Down

0 comments on commit 3590d2c

Please sign in to comment.