As of v0.36, there is a hook to change this
[gitmo/MooseX-Getopt.git] / t / 107_no_auto_help.t
index d3eb573..e3b2132 100644 (file)
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More tests => 2;
+
 use Test::Requires {
     'MooseX::SimpleConfig' => 0.07, # skip all if not installed
 };
+use Test::NoWarnings 1.04 ':early';
 
 my $fail_on_exit = 1;
 {