diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-10-29 15:09:29 +0000 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-10-29 15:09:29 +0000 |
commit | 13f4e2ac11fc84c6dd0c9663e51e31a68e57ae37 (patch) | |
tree | 1dbf479dcfa5d677482e0850050b504da7681b4f /Porting | |
parent | d3e1f86c0c53ab5504bbbd35b3d95138ea2e0b86 (diff) | |
download | perl-13f4e2ac11fc84c6dd0c9663e51e31a68e57ae37.tar.gz |
Update CPANPLUS to cpan version 0.89_06
Changes for 0.89_06 Thu Oct 29 14:55:25 2009
================================================
* Fool the installer into replacing our scripts that were installed
by core with versiononly set.
* Handle PREREQS being mentioned twice in Makefile. Use _vcmp()
to compare the versions, take the highest.
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 6472b23008..6a3502355d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -423,7 +423,7 @@ use File::Glob qw(:case); 'CPANPLUS' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.89_05.tar.gz', + 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.89_06.tar.gz', 'FILES' => q[cpan/CPANPLUS], 'EXCLUDED' => [ qr{^inc/}, qr{^t/dummy-.*\.hidden$}, |