X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F009_gld_and_explicit_options.t;h=fc3d3bb1363c96f8137abc56513cc554d91ce193;hb=51c2f425232f357176197ac252662c594799ae2d;hp=f36d2e732070d1102f5454b5bf9ea3b8e88c0cde;hpb=498f0ffcc48ae8bbd7a3f7a1c5777c1d9c85e5fe;p=gitmo%2FMooseX-Getopt.git 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');