X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F002_custom_option_type.t;fp=t%2F002_custom_option_type.t;h=9b0dfad26f002d46ca930edf2f799945f7152097;hb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;hp=553a9fa8841edfc4ca4463e6b0ae92f06431ef74;hpb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237;p=gitmo%2FMooseX-Getopt.git diff --git a/t/002_custom_option_type.t b/t/002_custom_option_type.t index 553a9fa..9b0dfad 100644 --- a/t/002_custom_option_type.t +++ b/t/002_custom_option_type.t @@ -1,7 +1,8 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 7; +use Test::NoWarnings 1.04 ':early'; BEGIN { use_ok('MooseX::Getopt');