make all warnings fatal in tests
[gitmo/MooseX-ConfigFromFile.git] / t / 05_default_sub.t
index 956bf6a..c91a777 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::Requires 'MooseX::SimpleConfig';      # skip all if not reuqired
 use Test::More tests => 10;