diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-07 10:56:50 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-07 10:58:05 +0100 |
commit | 4ea805df821d52961197994f679ae3d8a5106c34 (patch) | |
tree | 84e455e065d59e557f249e24e31b9a0d4e79c3d6 /Porting | |
parent | 37adef70fb8ef1239bc8f880ba06268efdc67904 (diff) | |
download | perl-4ea805df821d52961197994f679ae3d8a5106c34.tar.gz |
Update CPAN to CPAN version 1.9800
[DELTA]
2011-08-07 Andreas J. Koenig <andk@cpan.org>
* release 1.9800
* RT #69463: fix memory leak in CacheMgr (Serguei Trouchelle)
2011-06-27 Andreas J. Koenig <andk@cpan.org>
* release 1.97_51
* address #68835: Changed read_meta to ignore dynamic_config (David Golden)
* bugfix: refuse to store_persistent if the own build_dir is not
available (Andreas Koenig)
* cosmetics: remove "Going to" from the beginning of user-visible
strings (Jesse Vincent)
* flock adjustments for Win32 from activestate (Christian Walde)
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 9401db76e9..cbd3392679 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -415,7 +415,7 @@ use File::Glob qw(:case); 'CPAN' => { 'MAINTAINER' => 'andk', - 'DISTRIBUTION' => 'ANDK/CPAN-1.9600.tar.gz', + 'DISTRIBUTION' => 'ANDK/CPAN-1.9800.tar.gz', 'FILES' => q[cpan/CPAN], 'EXCLUDED' => [ qr{^distroprefs/}, qr{^inc/Test/}, |