Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make statement into a closure for map
  • Loading branch information
perlpilot committed May 23, 2012
1 parent 038718f commit 558fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -552,7 +552,7 @@ class Perl6::Actions is HLL::Actions {
PAST::Op.new(
:pasttype<callmethod>, :name<map>, :node($/),
PAST::Op.new(:name('&infix:<,>'), $cond),
$past
block_closure($past)
));
}
else {
Expand Down

0 comments on commit 558fd04

Please sign in to comment.