X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F107_no_auto_help.t;fp=t%2F107_no_auto_help.t;h=5521bc278a552f65a82648024b47c628ae66c61f;hp=af84fec5cc380bf5b4780c32d605be52f7a0b6c9;hb=418e36187f015bbe0ea9ba45c82296bb4975b3a5;hpb=eab3d04a9d0977d53d1f1368a492a828bde73b87 diff --git a/t/107_no_auto_help.t b/t/107_no_auto_help.t index af84fec..5521bc2 100644 --- 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; {