MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily
[gitmo/MooseX-Getopt.git] / t / 009_gld_and_explicit_options.t
index f36d2e7..fc3d3bb 100644 (file)
@@ -5,7 +5,7 @@ use Test::More tests => 6;
 use Test::Fatal;
 use Test::NoWarnings 1.04 ':early';
 
-use Test::Requires 'Getopt::Long::Descriptive';
+use Getopt::Long::Descriptive;
 
 use_ok('MooseX::Getopt');