use warnings tester with fewer dependencies, issues
[gitmo/MooseX-ConfigFromFile.git] / t / 04b_getopt.t
index 5e7bc2e..4ba5d5b 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::Requires 'MooseX::Getopt';    # skip all if not installed
 use Test::More tests => 3;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package Foo::Options;