use warnings tester with fewer dependencies, issues
Karen Etheridge [Thu, 11 Jul 2013 22:00:19 +0000 (15:00 -0700)]
t/01use.t
t/02subclass.t
t/03configfile_method.t
t/04a_getopt.t
t/04b_getopt.t
t/05_default_sub.t

index 8b1cdb1..5d6915f 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 2;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::ConfigFromFile');
index 1a67eaa..109bc0b 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 3;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package A;
index 42b5e31..0faccc3 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 7;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 use Test::Fatal;
 
 my %config_from_file_args;
index 7013e88..562c54f 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 2;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use Test::Without::Module 'MooseX::Getopt';
 
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;
index b19be3d..7c19421 100644 (file)
@@ -4,7 +4,7 @@ use warnings FATAL => 'all';
 use Test::More tests => 49;
 use Test::Fatal;
 use Test::Deep '!blessed';
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 use Scalar::Util 'blessed';
 
 my %loaded_file;