X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_inferred_option_type.t;h=89539265b0c840e105517bb25d75b9ffa67c9062;hb=28f95433340e9f4db1faa5a591a4855c25caeb9a;hp=965014b7b43d451b622c67c88a01e1248f1a1ae8;hpb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;p=gitmo%2FMooseX-Getopt.git diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index 965014b..8953926 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 6; use Test::NoWarnings 1.04 ':early'; @@ -26,7 +26,6 @@ BEGIN { isa => 'ArrayOfInts', default => sub { [0] } ); - } {