use warnings tester with fewer dependencies, issues
Karen Etheridge [Thu, 11 Jul 2013 22:18:39 +0000 (15:18 -0700)]
26 files changed:
t/000_load.t
t/001_basic.t
t/002_custom_option_type.t
t/003_inferred_option_type.t
t/004_nogetop.t
t/005_strict.t
t/006_metaclass_traits.t
t/007_nogetopt_trait.t
t/008_configfromfile.t
t/009_gld_and_explicit_options.t
t/010_dashes.t
t/011_process_argv.t
t/100_gld_default_bug.t
t/101_argv_bug.t
t/102_basic_basic.t
t/103_uc_bug.t
t/104_override_usage.t
t/105_uc_bug_more.t
t/106_no_ignore_case.t
t/107_no_auto_help.t
t/107_union_bug.t
t/108_usage_attr.t
t/109_help_flag.t
t/110_sort_usage_by_attr_order.t
t/111_gld_pass_through.t
t/112_configfile_constructor_arg.t

index 1f3cfb8..ed9e094 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;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index 2d5eb1b..b92f883 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 70;
 use Test::Moose;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index 5c0eb90..80417fe 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;
 
 BEGIN {
index 8953926..c9345c0 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 6;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index 148682e..118f18a 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 10;
 use Test::Fatal 0.003;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index f768d8b..b4a5723 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 11;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index 848fe53..e43b61c 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 70;
 use Test::Moose;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index 22f27cd..75a5c88 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 10;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt');
index e22f206..92e083b 100644 (file)
@@ -7,7 +7,7 @@ use Test::Fatal;
 use Test::Deep '!blessed';
 use Path::Tiny 0.009;
 use Scalar::Util 'blessed';
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 my %constructor_args;
 {
index 2d46662..19320f0 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 6;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use Getopt::Long::Descriptive;
 
index 68f9a34..679aa82 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 8;
 use Test::Fatal;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 
 BEGIN {
index 99dc8e6..fdd8136 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 7;
 use Test::Fatal 0.003;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package Testing::Foo;
index 54312f2..0d6c410 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 6;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use Getopt::Long::Descriptive;
 
index 3de40e4..02c5fc2 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 4;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use MooseX::Getopt;
 
index 49042ea..10d5bd3 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 70;
 use Test::Moose;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 BEGIN {
     use_ok('MooseX::Getopt::Basic');
index e6fa0f6..8fa6eec 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 4;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package App;
index 091b47b..29ec9d6 100644 (file)
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 
 use Test::More tests => 7;
 use Test::Trap;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package MyScript;
index 0b54994..df5c8d6 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 13;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 use Moose ();
 use Moose::Meta::Class;
 
index 1e8f425..c53a581 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 22;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 use Moose ();
 use Moose::Meta::Class;
 
index 3cb1aec..989e81d 100644 (file)
@@ -16,7 +16,7 @@ use Test::More tests => 2;
 use Test::Warn 0.21;
 use Test::Fatal 0.003;
 
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 my $fail_on_exit = 1;
 {
index 653f012..84660c2 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 6;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package example;
index 0f24131..1cc26df 100644 (file)
@@ -3,9 +3,10 @@
 
 # This tests the fix (that fulfills the documentation claim).
 
-use strict; use warnings FATAL => 'all';
+use strict;
+use warnings FATAL => 'all';
 use Test::More tests => 4;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package MyClass;
index a9b8756..15b6ac1 100644 (file)
 
 # Update: since 0.41, usage info is printed to stdout, not stderr.
 
-use strict; use warnings FATAL => 'all';
+use strict;
+use warnings FATAL => 'all';
 use Test::More tests => 23;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 use Test::Trap;
 
 {
index c6511bf..c025680 100644 (file)
@@ -8,9 +8,10 @@
 # early), followed by options added by parent classes and roles, and then
 # options added by this class.
 
-use strict; use warnings FATAL => 'all';
+use strict;
+use warnings FATAL => 'all';
 use Test::More tests => 2;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 {
     package MyClass;
index c4f7401..2767086 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 
 use Test::More tests => 6;
-use Test::NoWarnings 1.04 ':early';
+use Test::Warnings;
 
 use Getopt::Long::Descriptive;
 
index 8a30858..4b83b07 100644 (file)
@@ -5,7 +5,7 @@ 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 Test::Warnings;
 use Path::Tiny 0.009;
 
 # avoid warning if all we have installed is YAML or YAML::Syck - the user will