projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df160d7
)
add missing skip label to test
Graham Knop [Wed, 6 Nov 2013 16:18:42 +0000 (11:18 -0500)]
t/strictures.t
patch
|
blob
|
blame
|
history
diff --git
a/t/strictures.t
b/t/strictures.t
index
4f6b020
..
877439b
100644
(file)
--- a/
t/strictures.t
+++ b/
t/strictures.t
@@
-57,7
+57,7
@@
SKIP: {
ok(!eval q{use strictures 2; 1; }, "Can't use strictures 2 (this is version 1)");
-{
+SKIP: {
skip 'Extra tests disabled on perls <= 5.008003', 1
if $] < 5.008004;
local $ENV{PERL_STRICTURES_EXTRA} = 1;