Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sink 'handle'.
  • Loading branch information
jnthn committed Dec 9, 2012
1 parent c6b1d85 commit f122e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.pm
Expand Up @@ -80,6 +80,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
'repeat_while', 1,
'if', 1,
'unless', 1,
'handle', 1,
);
sub autosink($past) {
nqp::istype($past, QAST::Op) && %sinkable{$past.op} && !$past<nosink>
Expand Down

0 comments on commit f122e60

Please sign in to comment.