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.pm | |
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.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm index a7e7ff3bb3..5e3f9d9aa5 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.78'; +our $VERSION = '6.79_01'; $VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval] # Emulate something resembling CVS $Revision$ |