make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 011_process_argv.t
index 4fb220f..99dc8e6 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 7;
 use Test::Fatal 0.003;