Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strict is now on by default, even for -e
This should make (most of) p6u happy.
  • Loading branch information
Carl Masak committed Aug 28, 2015
1 parent eb6de6d commit 5fb81ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/World.nqp
Expand Up @@ -348,8 +348,7 @@ class Perl6::World is HLL::World {
self.force_value($*UNIT_OUTER.symbol('$*STRICT'), '$*STRICT', 1);
}
else {
my $FILES := nqp::getlexdyn('$?FILES');
$*STRICT := nqp::isnull($FILES) || $FILES ne '-e';
$*STRICT := 1;
}

# Bootstrap
Expand Down

0 comments on commit 5fb81ff

Please sign in to comment.