On Tue, Oct 01, 2002 at 12:33:34PM -0400, Balint, Jess wrote:

> Hi all. I have most of the perl modules that I use installed into my home
> directory. I am trying to install some that depend on others. This is simple
> enough to add a "use lib" into the Makefile.PL , but I can't seem to figure
> out how to set this when running tests. I tried inserting it into the t
> files, but to no avail. Any help appreciated.

No need to change any files.  Set your PERL5LIB environment variable.

perldoc perlrun for the details.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

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

Reply via email to