Skip to content

Commit 87aa50b

Browse files
committed
Perlito5 - command line - start with no-strict
1 parent 52bf49a commit 87aa50b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

perlito5.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13753,6 +13753,7 @@ package Perlito5::AST::Use;
1375313753
eval(do {
1375413754
%INC = ();
1375513755
$Perlito5::EXPAND_USE = 0;
13756+
# no strict
1375613757
my $m;
1375713758
my $ok;
1375813759
eval(do {

src5/util/perlito5.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ package Perlito5;
192192
# partially disable "use"
193193
$Perlito5::EXPAND_USE = 0;
194194

195+
# start with no-strict
196+
no strict;
197+
195198
my $m;
196199
my $ok;
197200
eval {

0 commit comments

Comments
 (0)