make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 005_strict.t
index 484f11e..f768d8b 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 11;
 use Test::Fatal;
@@ -10,7 +10,6 @@ BEGIN {
 }
 
 {
-
     package App;
     use Moose;