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 /pod/perldelta.pod | |
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 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0f83b03fef..846526f26d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -128,6 +128,10 @@ to version 1.999002 and a new C<skip_cwd> attribute has been added. =item * +L<ExtUtils::MakeMaker> has been upgraded from version 6.58 to version 6.59 + +=item * + L<IPC::Open3> has been upgraded from version 1.11 to 1.12. C<open3> with "-" for the program name works once more. This was broken in |