Subject: | Unable to install 1.07 in local::lib environment |
Net::DNS 0.83 and earlier were installed in ${site}/${arch}/... which is searched before ${site}/... used for subsequent versions.
(see RT#108908)
Makefile is generated with a null install section when this situation is detected, the assumption being that this is an upgrade in the same library.
The assumption proves invalid for the initial install in a local::lib environment when an old version is installed elsewhere. Upgrades within the same local library are not affected.