can use the same enclosing block for all these tests
[gitmo/MooseX-Getopt.git] / t / 009_gld_and_explicit_options.t
index bf1a376..fc3d3bb 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 Getopt::Long::Descriptive;
 
 use_ok('MooseX::Getopt');