make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 003_inferred_option_type.t
index 01cd599..8953926 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';