X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F111_gld_pass_through.t;h=d179f1aa9a3f61fc38f4dbb46e406c77ad3555d1;hb=d2243a73b7e937dea2b888f37fc37e6f0d9e12bd;hp=bf80680ac3ece1eeb7d88311944e3554e3e546a1;hpb=195fb408a61ad34e0e41887b4f9f8dc384dd5da5;p=gitmo%2FMooseX-Getopt.git diff --git a/t/111_gld_pass_through.t b/t/111_gld_pass_through.t index bf80680..d179f1a 100644 --- a/t/111_gld_pass_through.t +++ b/t/111_gld_pass_through.t @@ -4,9 +4,7 @@ use warnings; use Test::More tests => 6; use Test::NoWarnings 1.04 ':early'; -use Test::Requires { - 'Getopt::Long::Descriptive' => 0.01, # skip all if not installed -}; +use Getopt::Long::Descriptive; use_ok('MooseX::Getopt::GLD');