X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;h=540b1b4929f49e643979a88306bc698e540125eb;hb=6615f76f970ff4e09d3e11438721df274d6e2411;hp=341173cea84a4c03ad342b7273d82f2d1ae9dc44;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 341173c..540b1b4 100644 --- a/t/007_nogetopt_trait.t +++ b/t/007_nogetopt_trait.t @@ -1,8 +1,9 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More tests => 10; use Test::Fatal; +use Test::NoWarnings 1.04 ':early'; BEGIN { use_ok('MooseX::Getopt'); @@ -76,7 +77,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } {