make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 105_uc_bug_more.t
index 04a8c9b..0b54994 100644 (file)
@@ -1,7 +1,8 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
-use Test::More tests => 12;
+use Test::More tests => 13;
+use Test::NoWarnings 1.04 ':early';
 use Moose ();
 use Moose::Meta::Class;