summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-08-05 18:38:51 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-08-05 18:38:51 +0100
commit9840cdeec87c1cfcbe49098423c52d12404f785c (patch)
treeded908bf68bff9681888d9b7bd447635ad4ecbc7 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
parent1380b51d3b2bb6a067c4a2a3eebbe18650487023 (diff)
downloadperl-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/MM_VOS.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
index 9a427c6c31..b0fd476587 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_VOS;
use strict;
-our $VERSION = '6.58';
+our $VERSION = '6.59';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);