http://www.perlmonks.org?node_id=840539


in reply to Re: Installing a Perl module to an embedded target with different Perl version
in thread Installing a Perl module to an embedded target with different Perl version

Thanks for this. It works.

Note that I had to specify both LIB and PREFIX to install libraries and scripts from the same package. E.g.:

perl Makefile.PL LIB=/path/to/root/usr/lib/perl5/5.8.8 PREFIX=/path/to/root/usr/local
  • Comment on Re^2: Installing a Perl module to an embedded target with different Perl version
  • Download Code