X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101_argv_bug.t;fp=t%2F101_argv_bug.t;h=02c5fc21ae70a22abbb4705fcda70291ec4d94d9;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hp=3de40e4454368f77b2cae72676ded2bafffb32bf;hpb=cdd395884daf35d68623436592a69e2e6ca89248;p=gitmo%2FMooseX-Getopt.git diff --git a/t/101_argv_bug.t b/t/101_argv_bug.t index 3de40e4..02c5fc2 100644 --- a/t/101_argv_bug.t +++ b/t/101_argv_bug.t @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use Test::More tests => 4; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; use MooseX::Getopt;