For those that prefer CPAN, you can mimc the behavior Rob describes by setting the 
'makepl_arg' switch when configuring, or if you have already configured, you can set 
it using the 'o conf' options....

For instance:

o conf makepl_arg "PREFIX=/path/to/lib LIB=/path/to/lib" (temporary)
o conf commit (make changes stick)

http://danconia.org

------------------------------------------------
On Wed, 10 Sep 2003 12:53:42 -0400, "Hanson, Rob" <[EMAIL PROTECTED]> wrote:

> Sure.
> 
> Use this when running Makefile.PL.
> 
> perl Makefile.PL LIB=~/myhomelib PREFIX=~/myhomelib
> 
> This will install the modules to ~/myhomelib.  To use the modules in a
> script you can either "use lib '/myhomepath/myhomelib'" (note the full path,
> no ~).  Or you can set the environment var PERL5LIB to that directory, which
> will be prepended to your @INC array.
> 
> Rob
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 10, 2003 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: Module install
> 
> 
> Anyone know if your able to install modules in the users local home 
> directory? I'm running on a system that I'm not able to install modules 
> system wide.
> 
> Thanks
> 
> Denis
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to