Remove MM_TEST_ROOT feature from ExtUtils::Install tests.
authorCraig A. Berry <craigberry@mac.com>
Sun, 23 Mar 2014 18:33:49 +0000 (13:33 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sun, 23 Mar 2014 19:14:46 +0000 (14:14 -0500)
commite5b7882f55674eccebed9b9ba58de3a21bd0efb1
treed9e736184d51bf933fd107a98740ef3d9f7f0c9e
parentb51c3e77dbb7e510319342a73163b3fbb59baf5a
Remove MM_TEST_ROOT feature from ExtUtils::Install tests.

This feature depended on test directories created on the fly being
in a predictable location, but as of 80af860fb39a3c6 they no longer
are.  VMS systems released in the last 15 years or so don't even
need the feature, so the best path forward is to get rid of it.

A corresponding change was made in ExtUtils::MakeMaker 6.79_01 but
ExtUtils::Install maintains its own fork of the same test libraries.
dist/ExtUtils-Install/lib/ExtUtils/Install.pm
dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm