work in progress, tests are failing, and parameterized role is not flexible enough...
[gitmo/MooseX-Getopt.git] / t / 008_configfromfile.t
index 1a1d847..9d55f52 100644 (file)
@@ -7,7 +7,7 @@ use Test::More tests => 37;
 use Test::Fatal;
 use File::Spec;
 
-use Test::Requires 0.05 {
+use Test::Requires {
     'MooseX::ConfigFromFile' => 0.01, # skip all if not installed
 };