Skip to content

Commit

Permalink
Unbust ... stubbing of packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 10, 2011
1 parent bf3b966 commit 06322a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -905,7 +905,8 @@ class Perl6::Actions is HLL::Actions {
# just yet.
if pir::substr__Ssii($<blockoid><statementlist><statement>[0], 0, 3) eq '...' {
$*ST.add_stub_to_check($*PACKAGE);
make $*ST.get_slot_past_for_object($*PACKAGE);
$block.blocktype('declaration');
make PAST::Stmts.new( $block, $*ST.get_slot_past_for_object($*PACKAGE) );
return 1;
}

Expand Down

0 comments on commit 06322a3

Please sign in to comment.