Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a mis-translation.
  • Loading branch information
jnthn committed Jul 9, 2012
1 parent 3595580 commit 9c3235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QPerl6/Actions.pm
Expand Up @@ -3750,7 +3750,7 @@ class QPerl6::Actions is HLL::Actions {
),

# Re-instate original $_.
QAST::Op.new( :pasttype('bind'),
QAST::Op.new( :op('bind'),
QAST::Var.new( :name('$_'), :scope('lexical') ),
QAST::Var.new( :name($old_topic_var), :scope('local') )
),
Expand Down

0 comments on commit 9c3235c

Please sign in to comment.