make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 004_nogetop.t
index 9592ed4..148682e 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 10;
 use Test::Fatal 0.003;
@@ -77,7 +77,6 @@ BEGIN {
         default   => 832,
         cmd_flag  => 'p',
     );
-
 }
 
 {