X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F107_union_bug.t;h=a1d4b7c8e6b360bf40927a7847e6d3c06f9df908;hb=14cb82caf70efcf0275fd296a0eba38bd04c7e74;hp=5d03c68ecc032a9d0ad9a74475c4bb0d79255309;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git diff --git a/t/107_union_bug.t b/t/107_union_bug.t index 5d03c68..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; +use Test::More tests => 6; +use Test::NoWarnings 1.04 ':early'; { package example; @@ -60,5 +61,3 @@ use Test::More; is_deeply($example->results, [qw(1234 5678 9012)], 'result as expected'); } -done_testing; -