diff options
author | Craig A. Berry <craigberry@mac.com> | 2013-10-10 22:26:09 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2013-10-10 22:26:09 -0500 |
commit | 6abc795d59ba3bc491a38d098341fe89123095db (patch) | |
tree | efd8e466b4eecd395a1d4cc0dcb6ef49f060d1c3 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker | |
parent | 821079480d800d4cfa465abd0227b94e3f4a1624 (diff) | |
download | perl-6abc795d59ba3bc491a38d098341fe89123095db.tar.gz |
Update to ExtUtils::MakeMaker 6.79_01.
Only one change:
* Remove MM_TEST_ROOT feature for VMS test support
This feature depended on test directories created on the fly being
in a predictable location at a predictable depth, but as of 6.78
they aren't anymore, which caused a significant number of test
failures on VMS.
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker')
3 files changed, 3 insertions, 3 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm index 76fb5f9ff6..577011b378 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Config; use strict; -our $VERSION = '6.78'; +our $VERSION = '6.79_01'; use Config (); diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod index 6133e8f30a..ab34563830 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod @@ -1,6 +1,6 @@ package ExtUtils::MakeMaker::FAQ; -our $VERSION = '6.78'; +our $VERSION = '6.79_01'; 1; __END__ diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod index 2453e6c169..96666526f0 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod @@ -1,6 +1,6 @@ package ExtUtils::MakeMaker::Tutorial; -our $VERSION = '6.78'; +our $VERSION = '6.79_01'; =head1 NAME |