Re-enable AutoPrereq
[gitmo/MooseX-Getopt.git] / t / 107_no_auto_help.t
index 5521bc2..f7d615a 100644 (file)
@@ -12,10 +12,9 @@ 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); };
-}
+use Test::Requires {
+    'MooseX::SimpleConfig' => 0.07, # skip all if not installed
+};
 
 my $fail_on_exit = 1;
 {
@@ -42,7 +41,7 @@ my $fail_on_exit = 1;
     1;
 }
 
-use Test::Warn;
+use Test::Warn 0.21;
 use Test::Exception;
 
 END {