in reply to Re^2: Install a CPAN module at x location
in thread Install a CPAN module at x location

However, PREFIX is not recommended, at least by the Module::Build documentation. It offers install_base as an alternative.

Since install_base is not yet fully supported by ExtUtils::MakeMaker PREFIX is still the best choice for people using EU::MM based modules (still the majority).

  • Comment on Re^3: Install a CPAN module at x location