diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-05 18:38:51 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-05 18:38:51 +0100 |
commit | 9840cdeec87c1cfcbe49098423c52d12404f785c (patch) | |
tree | ded908bf68bff9681888d9b7bd447635ad4ecbc7 /Porting/Maintainers.pl | |
parent | 1380b51d3b2bb6a067c4a2a3eebbe18650487023 (diff) | |
download | perl-9840cdeec87c1cfcbe49098423c52d12404f785c.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.59
[DELTA]
6.59 Fri Aug 5 12:09:00 BST
No changes since 6.58_01
6.58_01 Wed Aug 3 21:12:00 BST
Doc Fixes
* Corrected the repository location [chorny]
Bug Fixes
* Removed the %INC check from _has_cpan_meta and updated the CPAN::Meta
bundled with EUMM to one that doesn't set $VERSION in a begin block
so it can't appear to be loaded, thus causing us to mistakenly try
and call methods on CPAN::Meta modules - this is due to older versions
in site_perl shadowing our installation of other bundled modules.
[rt.cpan.org 69465] [rt.cpan.org 69900] [MSTROUT]
Diffstat (limited to 'Porting/Maintainers.pl')
-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 fd7c3cc0e4..94d9281360 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -731,7 +731,7 @@ use File::Glob qw(:case); 'ExtUtils::MakeMaker' => { 'MAINTAINER' => 'mschwern', - 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.58.tar.gz', + 'DISTRIBUTION' => 'MSTROUT/ExtUtils-MakeMaker-6.59.tar.gz', 'FILES' => q[cpan/ExtUtils-MakeMaker], 'EXCLUDED' => [ qr{^t/lib/Test/}, qr{^(bundled|my)/}, |