diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-19 08:24:35 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-19 08:26:17 +0100 |
commit | 0f848f672af19969695910e47f3dfe808b617836 (patch) | |
tree | bd3f1d8cc0603a16ee9c6bd8d4c233a4b61cdab4 /Porting | |
parent | dca41e570075bea39d7e241adc0dd3918557da9b (diff) | |
download | perl-0f848f672af19969695910e47f3dfe808b617836.tar.gz |
Update CPAN to CPAN version 1.94_61
[DELTA]
2010-10-03 Andreas J. Koenig <andk@cpan.org>
* release 1.94_61
* address RT #61735: stop talking about sending test reports by email (Schwern)
* prevent the use of old versions of Parse::CPAN::Meta which caused test failures
* bandaid for native solaris patch program to actually do patching
2010-09-28 Andreas J. Koenig <andk@cpan.org>
* release 1.94_60
* improvements to find_perl() by David Golden
* test fixes to address the issues demonstrated by some cpantesters
2010-09-26 Andreas J. Koenig <andk@cpan.org>
* release 1.94_59
* address RT #61607: make the FTP download code more robust (Reini Urban)
* omit useless arithmetic in CPAN::Version to possibly help netbsd
(reported by Nigel Horne and suggested David Golden)
* address RT #59216: make sure $builddir exists before calling tempdir
(Lee Goddard)
* a couple of new distropref files
2010-06-24 Andreas J. Koenig <andk@cpan.org>
* release 1.94_58
* bugfix: Non-English locales got no diagnostics on a failed locking due
to permissions (reported by Frank Wiegand)
* chasing test failures with test fixes.
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 5c5f224427..425ba7a81e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -357,7 +357,7 @@ use File::Glob qw(:case); 'CPAN' => { 'MAINTAINER' => 'andk', - 'DISTRIBUTION' => 'ANDK/CPAN-1.94_57.tar.gz', + 'DISTRIBUTION' => 'ANDK/CPAN-1.94_61.tar.gz', 'FILES' => q[cpan/CPAN], 'EXCLUDED' => [ qr{^distroprefs/}, qr{^inc/Test/}, |