Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:/rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 19, 2009
2 parents cc6b141 + 0dfcf49 commit 25f7728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/parser/actions.pm
Expand Up @@ -2757,6 +2757,9 @@ method EXPR($/, $key) {
# Need to make it flatten the argument.
my $past := $( $/[0] );
$past.flat(1);
if $past<sigil> eq '%' {
$past.named(1);
}
make $past;
}
elsif ~$type eq 'infix://=' || ~$type eq 'infix:||=' || ~$type eq 'infix:&&=' {
Expand Down

0 comments on commit 25f7728

Please sign in to comment.