diff options
author | Chad Granum <exodist7@gmail.com> | 2015-01-05 08:30:00 -0800 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-06 03:05:51 +0100 |
commit | f1b45a3d52fa1aaf1e5c640af90c436a8e1d6174 (patch) | |
tree | 80d3468b4f470c5d27341d58c023ffc66c9297d5 /cpan/Test-Simple/lib/Test | |
parent | 7105b7e7a5e49caa06b8d7ef71008838ec902227 (diff) | |
download | perl-f1b45a3d52fa1aaf1e5c640af90c436a8e1d6174.tar.gz |
Test-Simple Version Bump, 1.301001_097 (RC17)
Diffstat (limited to 'cpan/Test-Simple/lib/Test')
-rw-r--r-- | cpan/Test-Simple/lib/Test/Builder.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Builder/Module.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Builder/Tester.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/More.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Simple.pm | 4 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Stream.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Tester.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm | 19 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/Tester/Delegate.pm | 19 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test/use/ok.pm | 2 |
11 files changed, 48 insertions, 10 deletions
diff --git a/cpan/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm index 03da6e2dba..c690851621 100644 --- a/cpan/Test-Simple/lib/Test/Builder.pm +++ b/cpan/Test-Simple/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) diff --git a/cpan/Test-Simple/lib/Test/Builder/Module.pm b/cpan/Test-Simple/lib/Test/Builder/Module.pm index fc37bf2ded..ff109f85be 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Module.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Module.pm @@ -8,7 +8,7 @@ use Test::Builder 0.99; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester.pm b/cpan/Test-Simple/lib/Test/Builder/Tester.pm index d8b58363a0..324f91e56d 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester; use strict; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm index 441e4baacd..4a1accfba5 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester::Color; use strict; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/Test/More.pm b/cpan/Test-Simple/lib/Test/More.pm index 39e65d41c4..df11bc5d41 100644 --- a/cpan/Test-Simple/lib/Test/More.pm +++ b/cpan/Test-Simple/lib/Test/More.pm @@ -4,7 +4,7 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; diff --git a/cpan/Test-Simple/lib/Test/Simple.pm b/cpan/Test-Simple/lib/Test/Simple.pm index 500abb13cd..b3de80e8de 100644 --- a/cpan/Test-Simple/lib/Test/Simple.pm +++ b/cpan/Test-Simple/lib/Test/Simple.pm @@ -5,10 +5,10 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) -use Test::Stream 1.301001_096 '-internal'; +use Test::Stream 1.301001_097 '-internal'; use Test::Stream::Toolset; use Test::Stream::Exporter; diff --git a/cpan/Test-Simple/lib/Test/Stream.pm b/cpan/Test-Simple/lib/Test/Stream.pm index 8ddab7edfe..799b553878 100644 --- a/cpan/Test-Simple/lib/Test/Stream.pm +++ b/cpan/Test-Simple/lib/Test/Stream.pm @@ -2,7 +2,7 @@ package Test::Stream; use strict; use warnings; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream::Context qw/context/; diff --git a/cpan/Test-Simple/lib/Test/Tester.pm b/cpan/Test-Simple/lib/Test/Tester.pm index 6f0a44e2fa..22a8c96c02 100644 --- a/cpan/Test-Simple/lib/Test/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Tester.pm @@ -16,7 +16,7 @@ require Exporter; use vars qw( @ISA @EXPORT $VERSION ); -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) @EXPORT = qw( run_tests check_tests check_test cmp_results show_space ); diff --git a/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm b/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm new file mode 100644 index 0000000000..a9815328a5 --- /dev/null +++ b/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm @@ -0,0 +1,19 @@ +use strict; +use warnings; +package Test::Tester::CaptureRunner; + +warn "Test::Tester::CaptureRunner is deprecated"; + +1; + +__END__ + +=head1 NAME + +Test::Tester::CaptureRunner - Deprecated + +=head1 DESCRIPTION + +DEPRECATED. This package is now just a stub. + +=cut diff --git a/cpan/Test-Simple/lib/Test/Tester/Delegate.pm b/cpan/Test-Simple/lib/Test/Tester/Delegate.pm new file mode 100644 index 0000000000..f25070e455 --- /dev/null +++ b/cpan/Test-Simple/lib/Test/Tester/Delegate.pm @@ -0,0 +1,19 @@ +use strict; +use warnings; +package Test::Tester::Delegate; + +warn "Test::Tester::Delegate is deprecated"; + +1; + +__END__ + +=head1 NAME + +Test::Tester::Delegate - Deprecated + +=head1 DESCRIPTION + +DEPRECATED. This package is now just a stub. + +=cut diff --git a/cpan/Test-Simple/lib/Test/use/ok.pm b/cpan/Test-Simple/lib/Test/use/ok.pm index 144d289cf6..dabdd13777 100644 --- a/cpan/Test-Simple/lib/Test/use/ok.pm +++ b/cpan/Test-Simple/lib/Test/use/ok.pm @@ -3,7 +3,7 @@ use strict; use warnings; use 5.005; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; |