test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 000_load.t
index 24b4081..3aec9d2 100644 (file)
@@ -1,7 +1,8 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More tests => 2;
+use Test::NoWarnings 1.04 ':early';
 
 BEGIN {
     use_ok('MooseX::Getopt');