make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 112_configfile_constructor_arg.t
index d17c2d4..cc441f3 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 # respect the configfile value passed into the constructor.