test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 005_strict.t
index a1b9ee0..03eaf50 100644 (file)
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 10;
+use Test::More tests => 11;
 use Test::Fatal;
+use Test::NoWarnings 1.04 ':early';
 
 BEGIN {
     use_ok('MooseX::Getopt');