remove spurious version requirements
[gitmo/MooseX-Getopt.git] / t / 009_gld_and_explicit_options.t
index bf1a376..f36d2e7 100644 (file)
@@ -5,9 +5,7 @@ use Test::More tests => 6;
 use Test::Fatal;
 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');