summaryrefslogtreecommitdiff
path: root/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-06-03 21:35:21 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-06-15 14:33:49 +0100
commitf0e2c26d70215a4a0a92d68b00b7f33cba3104a6 (patch)
tree360e0775f5bac8a113d7c2383d31a35ab01fd7fc /cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
parent2dde78c805d5b8715c7194600056f758aa51f982 (diff)
downloadperl-f0e2c26d70215a4a0a92d68b00b7f33cba3104a6.tar.gz
Updated Test-Harness to CPAN version 3.25
[DELTA] 3.25 2012-06-05 - Rereleased to fix CPAN permission problem. No functional change. 3.24 2012-06-03 - RT #74393: corrected typo in M::B integration docs. - RT #63473: fix typo. - RT #49732: Attempt to load File::Glob::Windows to get correct glob semantics on Win32. - RT #47890: Don't use Win32::GetShortPathName. - RT #64404: Ignore textness ('-T') of script when reading shebang. - Handle the case where we don't know the wait status of the test more gracefully. - Make the test summary 'ok' line overrideable so that it can be changed to a plugin to make the output of prove idempotent. - Apply upstream patch: http://perl5.git.perl.org/perl.git/commit \ /6359c64336d99060952232e7e300bd3c31afead8 In testargs.t in Test::Harness, don't run a world-writable file. The test writes a file, then changes the mode, then executes it. The file needs to be +x to be executable (on many platforms). The file will need to be +w to be deletable on some platforms. But setting the file world writable just before running it feels like a bad idea, given that the file's name is as predictable as process IDs, as there's a race condition to break into the account running perl's tests.
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm')
-rw-r--r--cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm b/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
index 934933cae3..f99385428c 100644
--- a/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
+++ b/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
@@ -18,11 +18,11 @@ TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
=head1 VERSION
-Version 3.23
+Version 3.25
=cut
-$VERSION = '3.23';
+$VERSION = '3.25';
=head1 SYNOPSIS