make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 009_gld_and_explicit_options.t
index f36d2e7..2d46662 100644 (file)
@@ -1,11 +1,11 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 6;
 use Test::Fatal;
 use Test::NoWarnings 1.04 ':early';
 
-use Test::Requires 'Getopt::Long::Descriptive';
+use Getopt::Long::Descriptive;
 
 use_ok('MooseX::Getopt');