test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 006_metaclass_traits.t
index 5ac0391..0169dd1 100644 (file)
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 69;
+use Test::More tests => 70;
 use Test::Moose;
+use Test::NoWarnings 1.04 ':early';
 
 BEGIN {
     use_ok('MooseX::Getopt');