in reply to installing CPAN modules locally with a local perl installation

off the top of my head, I would just make sure that when you execute the Makefile.PL scripts in the respective modules, that you explicitly specify which perl binary to use:
# instead of an implicit path (which might end up using /usr/bin/perl) perl Makefile.PL # use an explicit path to the perl binary you want /home/me/build/perl/inst/usr/local/bin/perl Makefile.PL
Hope that helps. If not, hopefully a more knowledgeable monk can help you.

__________
The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.
- Terry Pratchett

  • Comment on Re: installing CPAN modules locally with a local perl installation
  • Download Code