X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F008_configfromfile.t;h=e22f2064cc25531b888749823c2bf6e26afd5197;hp=ed742e26be194da78d02660631d5ca8148d52cf7;hb=a45763205b528fd343a5e4882001f7253153a47a;hpb=9bcb580d6faef385befee844bdfc2a0bd2d337f8 diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index ed742e2..e22f206 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -5,7 +5,7 @@ use Test::Requires 'MooseX::ConfigFromFile'; # skip all if not installed use Test::More tests => 56; use Test::Fatal; use Test::Deep '!blessed'; -use Path::Tiny; +use Path::Tiny 0.009; use Scalar::Util 'blessed'; use Test::NoWarnings 1.04 ':early';