MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily
[gitmo/MooseX-Getopt.git] / t / 111_gld_pass_through.t
index 879e8c4..d179f1a 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use Test::More tests => 6;
 use Test::NoWarnings 1.04 ':early';
 
-use Test::Requires 'Getopt::Long::Descriptive';
+use Getopt::Long::Descriptive;
 
 use_ok('MooseX::Getopt::GLD');