diff options
author | Todd Rinaldo <toddr@cpanel.net> | 2018-03-18 15:19:36 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2018-03-18 17:55:57 -0500 |
commit | 8fe9e9ec9cb0d06a341534fe736374f2379024ca (patch) | |
tree | 3672a7f9d35214615134dae1aa2784a05d96b489 /cpan/Test-Harness/lib/TAP/Parser.pm | |
parent | 85cede38bec967f79576c348e751fcf39205aee2 (diff) | |
download | perl-8fe9e9ec9cb0d06a341534fe736374f2379024ca.tar.gz |
Upgrade Test-Harness from version 3.39 to 3.41
[DELTA]
3.41 27-02-2018
- Released 3.40_01 without code modifications
3.40_01 23-07-2017
- Return handle for pipes and sockets #58 (Erik Huelsmann)
- TAP v13 plan allows trailing whitespace (Steffen Schwigon)
- prove: add a --statefile=<path> option to customize the .prove file
(Ævar Arnfjörð Bjarmason)
- Avoid non-deterministic source handling, make a SourceHandler tie an
error. (Michael Schwern, Leon Timmermans)
- Fix and simplify MSWin32 colorization (Roy Ivy III)
- Fix file source handler to accept single extensions option (Tomoki Aonuma)
- Spelling fixes (Brian Wightman)
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Parser.pm')
-rw-r--r-- | cpan/Test-Harness/lib/TAP/Parser.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Parser.pm b/cpan/Test-Harness/lib/TAP/Parser.pm index a5c7cb0396..34e86f6d80 100644 --- a/cpan/Test-Harness/lib/TAP/Parser.pm +++ b/cpan/Test-Harness/lib/TAP/Parser.pm @@ -27,11 +27,11 @@ TAP::Parser - Parse L<TAP|Test::Harness::TAP> output =head1 VERSION -Version 3.39 +Version 3.41 =cut -our $VERSION = '3.39'; +our $VERSION = '3.41'; my $DEFAULT_TAP_VERSION = 12; my $MAX_TAP_VERSION = 13; |