X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F005_strict.t;h=b4a572398a6f9cef336ffde698315f2ab840c7a6;hb=986fb4690bc00c860b1f728b986e39b412100854;hp=484f11e01e5b90346deb13fd98c1c3fe77341ae2;hpb=195fb408a61ad34e0e41887b4f9f8dc384dd5da5;p=gitmo%2FMooseX-Getopt.git diff --git a/t/005_strict.t b/t/005_strict.t index 484f11e..b4a5723 100644 --- a/t/005_strict.t +++ b/t/005_strict.t @@ -1,16 +1,15 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 11; use Test::Fatal; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; BEGIN { use_ok('MooseX::Getopt'); } { - package App; use Moose;