test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 009_gld_and_explicit_options.t
index 9fc24f9..bf1a376 100644 (file)
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 6;
 use Test::Fatal;
+use Test::NoWarnings 1.04 ':early';
 
 use Test::Requires {
     'Getopt::Long::Descriptive' => 0.01, # skip all if not installed