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=92e083ba0f2be992697f8ed84c8c8e4e6ac81231;hp=ed742e26be194da78d02660631d5ca8148d52cf7;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=e39374b57bb6d839ffff18af1ff25e07a52e1263 diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index ed742e2..92e083b 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -5,9 +5,9 @@ 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'; +use Test::Warnings; my %constructor_args; {