From: Mike S. <m...@pe...> - 2011-04-07 17:27:36
|
On Tue, 5 Apr 2011, Rob Retter wrote: > How does one install all of Log4perl into a given non-system > directory? Hi Rob, Perl offers a generic solution for this problem (so it's nothing Log4perl-specific), and you can find details on the local::lib manual page: http://search.cpan.org/~apeiron/local-lib-1.008004/lib/local/lib.pm Alternatively, you can set the LIB variable when running Makefile.PL: perl Makefile.PL LIB=/home/mike/perl_modules Hope that helps! -- Mike Mike Schilli m...@pe... |