make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 000_load.t
index 3aec9d2..1f3cfb8 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 2;
 use Test::NoWarnings 1.04 ':early';