make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 008_configfromfile.t
index c38d314..39798a2 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::Requires 'MooseX::ConfigFromFile';    # skip all if not installed
 use Test::More tests => 56;