use warnings tester with fewer dependencies, issues
[gitmo/MooseX-Getopt.git] / t / 112_configfile_constructor_arg.t
index cc441f3..4b83b07 100644 (file)
@@ -5,8 +5,8 @@ use warnings FATAL => 'all';
 
 use Test::Requires 'MooseX::SimpleConfig';  # skip all if not installed
 use Test::More tests => 3;
-use Test::NoWarnings 1.04 ':early';
-use Path::Tiny;
+use Test::Warnings;
+use Path::Tiny 0.009;
 
 # avoid warning if all we have installed is YAML or YAML::Syck - the user will
 # see this eventually when he actually uses MooseX::SimpleConfig in his own