X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04a_getopt.t;h=562c54f6d17f50e83d9dd8683097a604f6cc2d72;hb=3736a8a9ba0b13908a75ea85a944fb1f5fc08fa0;hp=2677f5048d08d6872fb282961f2f0f7c56b6c3c0;hpb=742b859c0f89bf4dc325980079eb770771c1c709;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/t/04a_getopt.t b/t/04a_getopt.t index 2677f50..562c54f 100644 --- a/t/04a_getopt.t +++ b/t/04a_getopt.t @@ -1,8 +1,8 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 2; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; use Test::Without::Module 'MooseX::Getopt';