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