projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9e56bf6
)
remove extraneous strictures import in test
Graham Knop [Wed, 27 May 2015 07:08:55 +0000 (
03:08
-0400)]
t/extras.t
patch
|
blob
|
blame
|
history
diff --git
a/t/extras.t
b/t/extras.t
index
2763d1c
..
474ad38
100644
(file)
--- a/
t/extras.t
+++ b/
t/extras.t
@@
-101,7
+101,6
@@
use strictures;
}
die $e if defined $e;
- strictures->import;
like(
$str,
qr/Missing were:\n\n indirect multidimensional bareword::filehandles/,