make all warnings fatal in tests
[gitmo/MooseX-ConfigFromFile.git] / t / 04b_getopt.t
index 4db87d3..5e7bc2e 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::Requires 'MooseX::Getopt';    # skip all if not installed
 use Test::More tests => 3;