X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_gld_default_bug.t;h=fb1b13f7c7bed9da1956a0662d003fcf077bf900;hb=14cb82caf70efcf0275fd296a0eba38bd04c7e74;hp=85e10e3c59973f92edf00735762fc78a61e2ff5b;hpb=195fb408a61ad34e0e41887b4f9f8dc384dd5da5;p=gitmo%2FMooseX-Getopt.git diff --git a/t/100_gld_default_bug.t b/t/100_gld_default_bug.t index 85e10e3..fb1b13f 100644 --- a/t/100_gld_default_bug.t +++ b/t/100_gld_default_bug.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');