use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 011_process_argv.t
index 4fb220f..fdd8136 100644 (file)
@@ -1,9 +1,9 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 7;
 use Test::Fatal 0.003;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package Testing::Foo;