Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent a $*IMPLICIT leakage.
Unregresses pseudo.t and our.t, which we slipped backwards on in the
daily roast.
  • Loading branch information
jnthn committed Jun 30, 2013
1 parent b3ee5fb commit 9e85b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -1773,6 +1773,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
rule package_def {
:my $longname;
:my $outer := $*W.cur_lexpad();
:my $*IMPLICIT := 0;
:my $*DECLARAND;
:my $*IN_DECL := 'package';
:my $*HAS_SELF := '';
Expand Down

0 comments on commit 9e85b50

Please sign in to comment.