http://qs321.pair.com?node_id=13025


in reply to Re: A detailed How-To for locally installing modules
in thread A detailed How-To for locally installing modules

Or.. using CPAN under *nix:
cpan> o conf makepl_arg PREFIX="/path/to/module"
Under Win32 using PPM:
PPM> set root c:\yourpath PPM> set build c:\yourpath

Replies are listed 'Best First'.
RE: RE: Re: A detailed How-To for locally installing modules
by httptech (Chaplain) on May 18, 2000 at 20:05 UTC
    If you want to use CPAN as a non-privleged user, you'll also have to create a local copy of CPAN/Config.pm in $HOME/.cpan/CPAN/MyConfig.pm and use it to override the default paths for the CPAN installation, otherwise you won't even be able to start the CPAN interface.
Re: RE: Re: A detailed How-To for locally installing modules
by hanenkamp (Pilgrim) on Aug 27, 2003 at 19:02 UTC
    I ran into an additional problem: a tool tries to mess around with the site directory. You also need to modify the CPAN configuration SITEPREFIX to your local perl directory in some cases.