X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F002_custom_option_type.t;h=997104dbe385d1096a855a6d61977edbf5b6de21;hp=890477d31b979681ded5a940a5860d936a6ea25e;hb=a9e27700692fd9cd3c6b83deb3718d199c1646d0;hpb=d91beb80cd2e77c78a0e432a896605d2750aafb6 diff --git a/t/002_custom_option_type.t b/t/002_custom_option_type.t index 890477d..997104d 100644 --- a/t/002_custom_option_type.t +++ b/t/002_custom_option_type.t @@ -16,7 +16,7 @@ BEGIN { use Scalar::Util 'looks_like_number'; - with 'MooseX::Getopt'; + with 'MooseX::Getopt' => { getopt_conf => [] }; subtype 'ArrayOfInts' => as 'ArrayRef'