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