make all warnings fatal in tests
[gitmo/MooseX-ConfigFromFile.git] / t / 06_path_tiny.t
index 3f88c70..e44472d 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 => 5;