test for warnings everywhere
[gitmo/MooseX-Getopt.git] / t / 008_configfromfile.t
index bcb0322..44b20fe 100644 (file)
@@ -1,9 +1,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 37;
+use Test::More tests => 38;
 use Test::Fatal;
 use File::Spec;
+use Test::NoWarnings 1.04 ':early';
 
 use Test::Requires {
     'MooseX::ConfigFromFile' => 0.01, # skip all if not installed