X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04b_getopt.t;fp=t%2F04b_getopt.t;h=4ba5d5b03e6de6f7a25f97483ef0a347385ce95f;hb=3736a8a9ba0b13908a75ea85a944fb1f5fc08fa0;hp=5e7bc2e574408ffeaabd55f484d4bdf8d22c30f1;hpb=f9a8f5379845b8cace5faef49cf1f47bfee2853c;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/t/04b_getopt.t b/t/04b_getopt.t index 5e7bc2e..4ba5d5b 100644 --- a/t/04b_getopt.t +++ b/t/04b_getopt.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::Requires 'MooseX::Getopt'; # skip all if not installed use Test::More tests => 3; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; { package Foo::Options;