diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-02 10:45:57 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 17:11:12 +0200 |
commit | dbd04185fe7ac500c7afdd3a78e892e62de3ccc6 (patch) | |
tree | c20c8febb7fd79166d8db2fb0e7efea93461fe84 /Porting | |
parent | 7d2b61dd6d5e3e16130e52e4f1549c2a79196700 (diff) | |
download | perl-dbd04185fe7ac500c7afdd3a78e892e62de3ccc6.tar.gz |
Update Test-Harness to CPAN version 3.27
[DELTA]
3.28 2013-05-02
- Bugfix: Fix taint failures on Windows (Jan Dubois)
3.27 2013-04-30
- Dramatically reduce memory usage (Nick Clark, RT #84939)
- Store test_num (in Grammar.pm) as a number instead of a string.
Reduces memory usage (Nick Clark, RT #84939)
- PERL5LIB is always propogated to a test's @INC, even with taint more
(Schwern, RT #84377)
The local modifications to t/source.t are retained. [rt.cpan.org #64353]
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index bca39d9412..dd3d670da2 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1659,7 +1659,7 @@ use File::Glob qw(:case); 'Test::Harness' => { 'MAINTAINER' => 'andya', - 'DISTRIBUTION' => 'OVID/Test-Harness-3.26.tar.gz', + 'DISTRIBUTION' => 'OVID/Test-Harness-3.28.tar.gz', 'FILES' => q[cpan/Test-Harness], 'EXCLUDED' => [ qr{^examples/}, |