Subject: | LIB and PREFIX ignored for non-root installs |
When using CPAN.pm the recommended way to do non-root installs is to set the "makepl_arg" to PREFIX=/what/ever or LIB=/what/ever
Module::Build does not respect these parameters, making non-root installs using CPAN.PM impossible. (or at least extremely inconvenient, since Makefile.PL will not recognize --install_base)