Subject: | Wrong install paths used when installed with --install_base |
If the user uses --install_base or other options to change the install path, the Build.PL still incorrectly uses default paths from $Config{siteprefix} for some things.
It tries to install binaries into siteprefix, and assumes that the libraries will be installed there. With --install_base, that is incorrect.