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;fp=t%2F107_union_bug.t;h=84660c2817d07b943f38cebb633e53a43a3b21ec;hp=653f0123195672094f579a102584dfae94340484;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/107_union_bug.t b/t/107_union_bug.t index 653f012..84660c2 100644 --- a/t/107_union_bug.t +++ b/t/107_union_bug.t @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use Test::More tests => 6; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; { package example;