X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F107_union_bug.t;h=653f0123195672094f579a102584dfae94340484;hp=5d03c68ecc032a9d0ad9a74475c4bb0d79255309;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3 diff --git a/t/107_union_bug.t b/t/107_union_bug.t index 5d03c68..653f012 100644 --- a/t/107_union_bug.t +++ b/t/107_union_bug.t @@ -1,7 +1,8 @@ use strict; -use warnings; +use warnings FATAL => 'all'; -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; -