Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit b7d821a

Browse files
committed
Test-Harness: Update to 3.39_01
Keeping our cperl and XSConfig fixes. https://github.com/rurban/Test-Harness/tree/cperl-rebased
1 parent ddd0b29 commit b7d821a

Some content is hidden

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

56 files changed

+162
-104
lines changed

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ package Maintainers;
13161316
},
13171317

13181318
'Test::Harness' => {
1319-
'DISTRIBUTION' => 'LEONT/Test-Harness-3.36.tar.gz',
1319+
'DISTRIBUTION' => 'LEONT/Test-Harness-3.39.tar.gz',
13201320
'FILES' => q[cpan/Test-Harness],
13211321
'EXCLUDED' => [
13221322
qr{^examples/},

Porting/exec-bit.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cpan/Devel-NYTProf/bin/nytprofcsv
2424
cpan/Devel-NYTProf/bin/nytprofhtml
2525
cpan/Devel-NYTProf/bin/nytprofmerge
2626
cpan/Devel-NYTProf/bin/nytprofpf
27+
cpan/Test-Harness/bin/prove
2728
cpan/Test-Harness/t/source_tests/source.sh
2829
cpan/Test-Harness/t/source_tests/source_args.sh
2930
cpan/YAML-LibYAML/LibYAML/update.sh

cpan/Test-Harness/bin/prove

100644100755
File mode changed.

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.36
21+
Version 3.39
2222
2323
=cut
2424

25-
our $VERSION = '3.36';
25+
our $VERSION = '3.39';
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.36
28+
Version 3.39
2929
3030
=cut
3131

32-
our $VERSION = '3.36';
32+
our $VERSION = '3.39';
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.36
17+
Version 3.39
1818
1919
=cut
2020

21-
our $VERSION = '3.36';
21+
our $VERSION = '3.39';
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.36
12+
Version 3.39
1313
1414
=cut
1515

16-
our $VERSION = '3.36';
16+
our $VERSION = '3.39';
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.36
15+
Version 3.39
1616
1717
=cut
1818

19-
our $VERSION = '3.36';
19+
our $VERSION = '3.39';
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.36
61+
Version 3.39
6262
6363
=cut
6464

65-
our $VERSION = '3.36';
65+
our $VERSION = '3.39';
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
@@ -71,11 +71,11 @@ TAP::Formatter::Color - Run Perl test scripts with color
7171
7272
=head1 VERSION
7373
74-
Version 3.36
74+
Version 3.39
7575
7676
=cut
7777

78-
our $VERSION = '3.36';
78+
our $VERSION = '3.39';
7979

8080
=head1 DESCRIPTION
8181

0 commit comments

Comments
 (0)