Skip to content

Commit 26f46c2

Browse files
committed
Portability for Test::Harness Perl handler
Also sent upstream: Perl-Toolchain-Gang/Test-Harness#132
1 parent 24f889c commit 26f46c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+103
-97
lines changed

Porting/Maintainers.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,10 @@ package Maintainers;
11121112
t/lib/if.pm
11131113
),
11141114
],
1115+
'CUSTOMIZED' => [
1116+
# https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/132
1117+
'cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm',
1118+
],
11151119
},
11161120

11171121
'Test::Simple' => {

cpan/Test-Harness/lib/App/Prove.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ App::Prove - Implements the C<prove> command.
1818
1919
=head1 VERSION
2020
21-
Version 3.48
21+
Version 3.48_01
2222
2323
=cut
2424

25-
our $VERSION = '3.48';
25+
our $VERSION = '3.48_01';
2626

2727
=head1 DESCRIPTION
2828

cpan/Test-Harness/lib/App/Prove/State.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ App::Prove::State - State storage for the C<prove> command.
2525
2626
=head1 VERSION
2727
28-
Version 3.48
28+
Version 3.48_01
2929
3030
=cut
3131

32-
our $VERSION = '3.48';
32+
our $VERSION = '3.48_01';
3333

3434
=head1 DESCRIPTION
3535

cpan/Test-Harness/lib/App/Prove/State/Result.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ App::Prove::State::Result - Individual test suite results.
1414
1515
=head1 VERSION
1616
17-
Version 3.48
17+
Version 3.48_01
1818
1919
=cut
2020

21-
our $VERSION = '3.48';
21+
our $VERSION = '3.48_01';
2222

2323
=head1 DESCRIPTION
2424

cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ App::Prove::State::Result::Test - Individual test results.
99
1010
=head1 VERSION
1111
12-
Version 3.48
12+
Version 3.48_01
1313
1414
=cut
1515

16-
our $VERSION = '3.48';
16+
our $VERSION = '3.48_01';
1717

1818
=head1 DESCRIPTION
1919

cpan/Test-Harness/lib/TAP/Base.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ and L<TAP::Harness>
1212
1313
=head1 VERSION
1414
15-
Version 3.48
15+
Version 3.48_01
1616
1717
=cut
1818

19-
our $VERSION = '3.48';
19+
our $VERSION = '3.48_01';
2020

2121
use constant GOT_TIME_HIRES => do {
2222
eval 'use Time::HiRes qw(time);';

cpan/Test-Harness/lib/TAP/Formatter/Base.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ TAP::Formatter::Base - Base class for harness output delegates
5858
5959
=head1 VERSION
6060
61-
Version 3.48
61+
Version 3.48_01
6262
6363
=cut
6464

65-
our $VERSION = '3.48';
65+
our $VERSION = '3.48_01';
6666

6767
=head1 DESCRIPTION
6868

cpan/Test-Harness/lib/TAP/Formatter/Color.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ TAP::Formatter::Color - Run Perl test scripts with color
3939
4040
=head1 VERSION
4141
42-
Version 3.48
42+
Version 3.48_01
4343
4444
=cut
4545

46-
our $VERSION = '3.48';
46+
our $VERSION = '3.48_01';
4747

4848
=head1 DESCRIPTION
4949

cpan/Test-Harness/lib/TAP/Formatter/Console.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ TAP::Formatter::Console - Harness output delegate for default console output
1111
1212
=head1 VERSION
1313
14-
Version 3.48
14+
Version 3.48_01
1515
1616
=cut
1717

18-
our $VERSION = '3.48';
18+
our $VERSION = '3.48_01';
1919

2020
=head1 DESCRIPTION
2121

cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel
4141
4242
=head1 VERSION
4343
44-
Version 3.48
44+
Version 3.48_01
4545
4646
=cut
4747

48-
our $VERSION = '3.48';
48+
our $VERSION = '3.48_01';
4949

5050
=head1 DESCRIPTION
5151

0 commit comments

Comments
 (0)