make all warnings fatal in tests
[gitmo/MooseX-ConfigFromFile.git] / t / 04a_getopt.t
index 2677f50..7013e88 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 2;
 use Test::NoWarnings 1.04 ':early';