X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F008_configfromfile.t;fp=t%2F008_configfromfile.t;h=ea3f9b50fa5f386c09de66a450a0b7a5669c5f8a;hp=9ea94c82e9ef3b9906c6c1f308e7a8dc7ecb915a;hb=d08ef824ff9b41efb8fbbc09fe6af178ef83080b;hpb=ce93a16f65575f0858473b5f0213cc04fa62eda9 diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 9ea94c8..ea3f9b5 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -7,7 +7,7 @@ use Test::More tests => 37; use Test::Exception; use File::Spec; -use Test::Requires { +use Test::Requires 0.05 { 'MooseX::ConfigFromFile' => 0.01, # skip all if not installed };