X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_inferred_option_type.t;h=01cd599dd7266c84a549a47eef335520ee36fdd7;hb=40a0a2081957d55e49da795a9255db61be85fe2d;hp=e5ceae92017e7d9a1ec0afe0fd992c6096e2dd0a;hpb=2557b52647dda5b9e090b324d950d4a55db74bae;p=gitmo%2FMooseX-Getopt.git diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index e5ceae9..01cd599 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -1,9 +1,8 @@ -#!/usr/bin/perl - 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'); @@ -27,7 +26,6 @@ BEGIN { isa => 'ArrayOfInts', default => sub { [0] } ); - } {