make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 111_gld_pass_through.t
index d179f1a..c4f7401 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 6;
 use Test::NoWarnings 1.04 ':early';