X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F103_uc_bug.t;h=8fa6eec04c9ab75abf41aed23d60d40cef17c43b;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hp=e6fa0f6662962635daa8f5a0aed85e8b2119eabc;hpb=aec092482d5b90b8279e4a5f92165868a78ddf32;p=gitmo%2FMooseX-Getopt.git 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;