X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F107_union_bug.t;h=a1d4b7c8e6b360bf40927a7847e6d3c06f9df908;hb=f085ee4d571b470f4dc4874dfaae7f2f542d6eba;hp=270e3bf650399a6e08e13930362a3c7d301d33c0;hpb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237;p=gitmo%2FMooseX-Getopt.git diff --git a/t/107_union_bug.t b/t/107_union_bug.t index 270e3bf..a1d4b7c 100644 --- a/t/107_union_bug.t +++ b/t/107_union_bug.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'; { package example;