Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.98k stars 559 forks source link

PATCH: perl blead: Test-Simple update #14398

Closed p5pRT closed 9 years ago

p5pRT commented 9 years ago

Migrated from rt.perl.org#123550 (status was 'resolved')

Searchable as RT123550$

p5pRT commented 9 years ago

From @exodist

This patch brings the module up to what is currently on cpan. This change simply adds stubs for some recently removed modules.

This patch applies to current perl blead.

-Chad

p5pRT commented 9 years ago

From @exodist

0001-Test-Simple-Version-Bump-1.301001_097-RC17.patch ```diff From a6e8fef45c254ff507d79f0cdd0a602ecb24f9f5 Mon Sep 17 00:00:00 2001 From: Chad Granum Date: Mon, 5 Jan 2015 08:30:00 -0800 Subject: [PATCH] Test-Simple Version Bump, 1.301001_097 (RC17) --- MANIFEST | 2 ++ cpan/Test-Simple/lib/Test/Builder.pm | 2 +- cpan/Test-Simple/lib/Test/Builder/Module.pm | 2 +- cpan/Test-Simple/lib/Test/Builder/Tester.pm | 2 +- cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm | 2 +- cpan/Test-Simple/lib/Test/More.pm | 2 +- cpan/Test-Simple/lib/Test/Simple.pm | 4 ++-- cpan/Test-Simple/lib/Test/Stream.pm | 2 +- cpan/Test-Simple/lib/Test/Tester.pm | 2 +- cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm | 19 +++++++++++++++++++ cpan/Test-Simple/lib/Test/Tester/Delegate.pm | 19 +++++++++++++++++++ cpan/Test-Simple/lib/Test/use/ok.pm | 2 +- cpan/Test-Simple/lib/ok.pm | 2 +- 13 files changed, 51 insertions(+), 11 deletions(-) create mode 100644 cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm create mode 100644 cpan/Test-Simple/lib/Test/Tester/Delegate.pm diff --git a/MANIFEST b/MANIFEST index 73d8788..9d2458d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2312,6 +2312,8 @@ cpan/Test-Simple/lib/Test/Stream/Threads.pm Test::Simple module cpan/Test-Simple/lib/Test/Stream/Toolset.pm Test::Simple module cpan/Test-Simple/lib/Test/Stream/Util.pm Test::Simple module cpan/Test-Simple/lib/Test/Tester/Capture.pm Test::Simple module +cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm Test::Simple module +cpan/Test-Simple/lib/Test/Tester/Delegate.pm Test::Simple module cpan/Test-Simple/lib/Test/Tester.pm Test::Simple module cpan/Test-Simple/lib/Test/Tutorial.pod Test::Simple documentation cpan/Test-Simple/lib/Test/Tutorial/WritingTests.pod Test::Simple documentation diff --git a/cpan/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm index 03da6e2..c690851 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 fc37bf2..ff109f8 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 d8b5836..324f91e 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 441e4ba..4a1accf 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 39e65d4..df11bc5 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 500abb1..b3de80e 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 8ddab7e..799b553 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 6f0a44e..22a8c96 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 0000000..a981532 --- /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 0000000..f25070e --- /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 144d289..dabdd13 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'; diff --git a/cpan/Test-Simple/lib/ok.pm b/cpan/Test-Simple/lib/ok.pm index d96d65e..94e6240 100644 --- a/cpan/Test-Simple/lib/ok.pm +++ b/cpan/Test-Simple/lib/ok.pm @@ -6,7 +6,7 @@ use Test::Stream 1.301001 '-internal'; use Test::More 1.301001 (); use Test::Stream::Carp qw/croak/; -our $VERSION = '1.301001_096'; +our $VERSION = '1.301001_097'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) sub import { -- 1.9.1 ```
p5pRT commented 9 years ago

From @exodist

Seeing if I can update the ticket to show it has a patch...

p5pRT commented 9 years ago

From @jkeenan

Applied to blead in commit f1b45a3d52fa1aaf1e5c640af90c436a8e1d6174

Thank you very much.

-- James E Keenan (jkeenan@​cpan.org)

p5pRT commented 9 years ago

The RT System itself - Status changed from 'new' to 'open'

p5pRT commented 9 years ago

@jkeenan - Status changed from 'open' to 'resolved'