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 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | |
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 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm index 6173b6be09..c8c3c2366b 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm @@ -18,7 +18,7 @@ our @Overridable; my @Prepend_parent; my %Recognized_Att_Keys; -our $VERSION = '6.58'; +our $VERSION = '6.59'; $VERSION = eval $VERSION; # Emulate something resembling CVS $Revision$ @@ -2869,7 +2869,7 @@ generated Makefile along with your report. For more up-to-date information, see L<http://www.makemaker.org>. -Repository available at L<http://github.com/schwern/extutils-makemaker>. +Repository available at L<https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker>. =head1 LICENSE |