X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F112_configfile_constructor_arg.t;fp=t%2F112_configfile_constructor_arg.t;h=4b83b071fd8452c0da964e982a253a13077564cc;hp=8a30858fa693db2d31f7b5a1201dc8bd392c32da;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/112_configfile_constructor_arg.t b/t/112_configfile_constructor_arg.t index 8a30858..4b83b07 100644 --- a/t/112_configfile_constructor_arg.t +++ b/t/112_configfile_constructor_arg.t @@ -5,7 +5,7 @@ use warnings FATAL => 'all'; use Test::Requires 'MooseX::SimpleConfig'; # skip all if not installed use Test::More tests => 3; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; use Path::Tiny 0.009; # avoid warning if all we have installed is YAML or YAML::Syck - the user will