X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F111_gld_pass_through.t;h=d179f1aa9a3f61fc38f4dbb46e406c77ad3555d1;hp=879e8c4c130555fecf81edb906690e94a6769adc;hb=12f4bf759f912b65b7caf1ce30d0a785515f2dbe;hpb=f2fa8dbdff63e08e2e2dc42b731e8285a3af036b 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');