We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5942996 commit 0003b32Copy full SHA for 0003b32
src/NQP/Grammar.nqp
@@ -423,11 +423,11 @@ grammar NQP::Grammar is HLL::Grammar {
423
}
424
my $how := self.how($*PKGDECL);
425
my $INNER := $*W.cur_lexpad();
426
- my $package := $*W.pkg_create_mo($how, |%args);
427
- $*PACKAGE := $package;
428
- $/.set_package($package);
429
- $/.check_PACKAGE_oopsies('package_def1');
430
- $*LANG := $/;
+ my $package := $*W.pkg_create_mo($how, |%args);
+ $*PACKAGE := $package;
+ $/.set_package($package);
+ $/.check_PACKAGE_oopsies('package_def1');
+ $*LANG := $/;
431
432
# these need to be installed early so that they may be referenced from subs in the block
433
if nqp::can($how, 'parametric') && $how.parametric($how) {
0 commit comments