projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eab3d04
)
make sure no tests are run if MX::SC 0.07 is not found
Justin Hunter [Wed, 7 Jul 2010 05:57:43 +0000 (22:57 -0700)]
t/107_no_auto_help.t
patch
|
blob
|
blame
|
history
diff --git
a/t/107_no_auto_help.t
b/t/107_no_auto_help.t
index
af84fec
..
5521bc2
100644
(file)
--- a/
t/107_no_auto_help.t
+++ b/
t/107_no_auto_help.t
@@
-12,8
+12,10
@@
use warnings;
use Test::More;
+BEGIN {
plan skip_all => 'This test needs MooseX::SimpleConfig 0.07'
unless eval { require MooseX::SimpleConfig && MooseX::SimpleConfig->VERSION(0.07); };
+}
my $fail_on_exit = 1;
{