test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 108_usage_attr.t
index cb2ff86..3fd6c4d 100644 (file)
@@ -4,7 +4,8 @@
 # This tests the fix (that fulfills the documentation claim).
 
 use strict; use warnings;
-use Test::More tests => 3;
+use Test::More tests => 4;
+use Test::NoWarnings 1.04 ':early';
 
 {
     package MyClass;