use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 004_nogetop.t
index 148682e..118f18a 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 10;
 use Test::Fatal 0.003;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');