test for warnings here too
[gitmo/MooseX-Getopt.git] / t / 111_gld_pass_through.t
index bf80680..879e8c4 100644 (file)
@@ -4,9 +4,7 @@ use warnings;
 use Test::More tests => 6;
 use Test::NoWarnings 1.04 ':early';
 
-use Test::Requires {
-    'Getopt::Long::Descriptive' => 0.01, # skip all if not installed
-};
+use Test::Requires 'Getopt::Long::Descriptive';
 
 use_ok('MooseX::Getopt::GLD');