work in progress, tests are failing, and parameterized role is not flexible enough...
[gitmo/MooseX-Getopt.git] / t / 002_custom_option_type.t
index 890477d..997104d 100644 (file)
@@ -16,7 +16,7 @@ BEGIN {
 
     use Scalar::Util 'looks_like_number';
 
-    with 'MooseX::Getopt';
+    with 'MooseX::Getopt' => { getopt_conf => [] };
 
     subtype 'ArrayOfInts'
         => as 'ArrayRef'