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;h=4b83b071fd8452c0da964e982a253a13077564cc;hp=cc441f3416a97ec7aabe4ef892f9af530f6bb2d0;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=aec092482d5b90b8279e4a5f92165868a78ddf32 diff --git a/t/112_configfile_constructor_arg.t b/t/112_configfile_constructor_arg.t index cc441f3..4b83b07 100644 --- a/t/112_configfile_constructor_arg.t +++ b/t/112_configfile_constructor_arg.t @@ -5,8 +5,8 @@ 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 Path::Tiny; +use Test::Warnings; +use Path::Tiny 0.009; # avoid warning if all we have installed is YAML or YAML::Syck - the user will # see this eventually when he actually uses MooseX::SimpleConfig in his own