use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 009_gld_and_explicit_options.t
index fc3d3bb..19320f0 100644 (file)
@@ -1,9 +1,9 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 6;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use Getopt::Long::Descriptive;