test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 002_custom_option_type.t
index 553a9fa..9b0dfad 100644 (file)
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 
-use Test::More tests => 6;
+use Test::More tests => 7;
+use Test::NoWarnings 1.04 ':early';
 
 BEGIN {
     use_ok('MooseX::Getopt');