projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b7e032
)
ensure use of strictures 2
Matt S Trout [Sat, 28 May 2016 16:55:20 +0000 (16:55 +0000)]
t/00load_all.t
patch
|
blob
|
blame
|
history
diff --git
a/t/00load_all.t
b/t/00load_all.t
index
8e76c2d
..
082abb0
100644
(file)
--- a/
t/00load_all.t
+++ b/
t/00load_all.t
@@
-1,4
+1,4
@@
-use strictures 1;
+use strictures 2;
use Test::More;
use IO::All;