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=8a30858fa693db2d31f7b5a1201dc8bd392c32da;hp=cc441f3416a97ec7aabe4ef892f9af530f6bb2d0;hb=a45763205b528fd343a5e4882001f7253153a47a;hpb=9bcb580d6faef385befee844bdfc2a0bd2d337f8 diff --git a/t/112_configfile_constructor_arg.t b/t/112_configfile_constructor_arg.t index cc441f3..8a30858 100644 --- a/t/112_configfile_constructor_arg.t +++ b/t/112_configfile_constructor_arg.t @@ -6,7 +6,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 Path::Tiny; +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