make all warnings fatal in tests
[gitmo/MooseX-Getopt.git] / t / 010_dashes.t
index 004ca71..68f9a34 100644 (file)
@@ -1,5 +1,5 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 
 use Test::More tests => 8;
 use Test::Fatal;