MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily
Karen Etheridge [Tue, 25 Dec 2012 08:45:07 +0000 (00:45 -0800)]
t/009_gld_and_explicit_options.t
t/100_gld_default_bug.t
t/111_gld_pass_through.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');
 
index 6425819..fb1b13f 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');
 
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');