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