use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 010_dashes.t
index 004ca71..679aa82 100644 (file)
@@ -1,9 +1,9 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 8;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 
 BEGIN {