X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F003_inferred_option_type.t;h=89539265b0c840e105517bb25d75b9ffa67c9062;hp=820d2fc04ed2d7e453461b3da32a72540551eff6;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3 diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index 820d2fc..8953926 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -1,7 +1,8 @@ use strict; -use warnings; +use warnings FATAL => 'all'; -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] } ); - } {