projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7a0d7a9
)
don't test category list if other modules preloaded
Graham Knop [Sun, 1 Jun 2014 05:30:15 +0000 (
01:30
-0400)]
xt/all-categories.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/all-categories.t
b/xt/all-categories.t
index
fd63eea
..
73156cc
100644
(file)
--- a/
xt/all-categories.t
+++ b/
xt/all-categories.t
@@
-1,3
+1,10
@@
+BEGIN {
+ if (keys %INC) {
+ print "1..0 # SKIP can't test categories with additional modules loaded\n";
+ exit 0;
+ }
+}
+
use strict;
use warnings;