X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_inferred_option_type.t;h=01cd599dd7266c84a549a47eef335520ee36fdd7;hb=c0237b0a50fd50f90dbd2746f0d1f6eb98649d6a;hp=820d2fc04ed2d7e453461b3da32a72540551eff6;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index 820d2fc..01cd599 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -1,7 +1,8 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 6; +use Test::NoWarnings 1.04 ':early'; BEGIN { use_ok('MooseX::Getopt'); @@ -25,7 +26,6 @@ BEGIN { isa => 'ArrayOfInts', default => sub { [0] } ); - } {