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=c9fa04ed4afd6bdff1e256c548c15571d1d343c2;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git diff --git a/t/103_uc_bug.t b/t/103_uc_bug.t index c9fa04e..8fa6eec 100644 --- a/t/103_uc_bug.t +++ b/t/103_uc_bug.t @@ -1,7 +1,8 @@ use strict; -use warnings; +use warnings FATAL => 'all'; -use Test::More tests => 3; +use Test::More tests => 4; +use Test::Warnings; { package App;