make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 103_uc_bug.t
index b9e694e..e6fa0f6 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 4;
 use Test::NoWarnings 1.04 ':early';