add reference to MooseX::Getopt::Usage
[gitmo/MooseX-Getopt.git] / t / 005_strict.t
index f768d8b..b4a5723 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 11;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');