X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F103_uc_bug.t;fp=t%2F103_uc_bug.t;h=8fa6eec04c9ab75abf41aed23d60d40cef17c43b;hp=e6fa0f6662962635daa8f5a0aed85e8b2119eabc;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/103_uc_bug.t b/t/103_uc_bug.t index e6fa0f6..8fa6eec 100644 --- a/t/103_uc_bug.t +++ b/t/103_uc_bug.t @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use Test::More tests => 4; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; { package App;