X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101_argv_bug.t;h=02c5fc21ae70a22abbb4705fcda70291ec4d94d9;hb=986fb4690bc00c860b1f728b986e39b412100854;hp=3de40e4454368f77b2cae72676ded2bafffb32bf;hpb=aec092482d5b90b8279e4a5f92165868a78ddf32;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;