From: Karen Etheridge Date: Tue, 25 Dec 2012 08:45:07 +0000 (-0800) Subject: MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily X-Git-Tag: v0.49~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=12f4bf759f912b65b7caf1ce30d0a785515f2dbe;p=gitmo%2FMooseX-Getopt.git MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily --- diff --git a/t/009_gld_and_explicit_options.t b/t/009_gld_and_explicit_options.t index f36d2e7..fc3d3bb 100644 --- a/t/009_gld_and_explicit_options.t +++ b/t/009_gld_and_explicit_options.t @@ -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'); diff --git a/t/100_gld_default_bug.t b/t/100_gld_default_bug.t index 6425819..fb1b13f 100644 --- a/t/100_gld_default_bug.t +++ b/t/100_gld_default_bug.t @@ -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'); diff --git a/t/111_gld_pass_through.t b/t/111_gld_pass_through.t index 879e8c4..d179f1a 100644 --- a/t/111_gld_pass_through.t +++ b/t/111_gld_pass_through.t @@ -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');