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=79f5598967e2aea01f831766ea7b584927dc43f8;hpb=7b56639430ec14029d6b52455e75f90cf6e9f016;p=gitmo%2FMooseX-Getopt.git diff --git a/t/103_uc_bug.t b/t/103_uc_bug.t index 79f5598..8fa6eec 100644 --- a/t/103_uc_bug.t +++ b/t/103_uc_bug.t @@ -1,9 +1,8 @@ -#!/usr/bin/perl - use strict; -use warnings; +use warnings FATAL => 'all'; -use Test::More tests => 3; +use Test::More tests => 4; +use Test::Warnings; { package App;