Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix --doc option, reported by isBEKaml++
  • Loading branch information
moritz committed Nov 28, 2012
1 parent 797af56 commit 110a8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -385,7 +385,7 @@ class Perl6::Actions is HLL::Actions does STDActions {

$*W.pop_lexpad();
$*W.add_phaser(
$/, 'INIT', $*W.create_simple_code_object($block, 'Block')
$/, 'INIT', $*W.create_simple_code_object($block, 'Block'), $block
);
}
}
Expand Down

0 comments on commit 110a8e4

Please sign in to comment.