Skip to content

Instantly share code, notes, and snippets.

@mlschroe
Created August 1, 2011 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlschroe/1117955 to your computer and use it in GitHub Desktop.
Save mlschroe/1117955 to your computer and use it in GitHub Desktop.
--- src/Perl6/Actions.pm.orig 2011-08-01 13:05:44.000000000 +0200
+++ src/Perl6/Actions.pm 2011-08-01 13:06:18.000000000 +0200
@@ -3534,6 +3534,7 @@
),
),
PAST::Op.new( :pasttype('bind_6model'),
+ PAST::Var.new( :scope('lexical_6model'), :name('$/'), :isdecl(1) ),
PAST::Var.new( :scope('lexical_6model'), :name('$!'), :isdecl(1) ),
PAST::Var.new( :scope('lexical_6model'), :name('$_') ),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment