use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 111_gld_pass_through.t
index d179f1a..2767086 100644 (file)
@@ -1,8 +1,8 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 6;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use Getopt::Long::Descriptive;