make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 007_nogetopt_trait.t
index 540b1b4..22f27cd 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 10;
 use Test::Fatal;