make all warnings fatal in tests
[gitmo/MooseX-ConfigFromFile.git] / t / 01use.t
index c2e38c0..8b1cdb1 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 2;
 use Test::NoWarnings 1.04 ':early';