make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 006_metaclass_traits.t
index 478e7ad..848fe53 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 70;
 use Test::Moose;