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 52bf49a commit 87aa50bCopy full SHA for 87aa50b
perlito5.pl
@@ -13753,6 +13753,7 @@ package Perlito5::AST::Use;
13753
eval(do {
13754
%INC = ();
13755
$Perlito5::EXPAND_USE = 0;
13756
+ # no strict
13757
my $m;
13758
my $ok;
13759
src5/util/perlito5.pl
@@ -192,6 +192,9 @@ package Perlito5;
192
# partially disable "use"
193
194
195
+ # start with no-strict
196
+ no strict;
197
+
198
199
200
eval {
0 commit comments