X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F000_load.t;fp=t%2F000_load.t;h=ed9e094680156063eb16f5c8544b7417163c4938;hp=1f3cfb8cd2dccaa330b61c2f80bf16d7be2737f8;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/000_load.t b/t/000_load.t index 1f3cfb8..ed9e094 100644 --- a/t/000_load.t +++ b/t/000_load.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; BEGIN { use_ok('MooseX::Getopt');