X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F009_gld_and_explicit_options.t;fp=t%2F009_gld_and_explicit_options.t;h=19320f0c4c56490efe5a342e08dae8cd9fbcc58b;hp=2d46662bcdb72e18771cd2e234017f22cd3c3ef0;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/009_gld_and_explicit_options.t b/t/009_gld_and_explicit_options.t index 2d46662..19320f0 100644 --- a/t/009_gld_and_explicit_options.t +++ b/t/009_gld_and_explicit_options.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More tests => 6; use Test::Fatal; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; use Getopt::Long::Descriptive;