Re: Installing Modules into Home Directory

2002-10-01 Thread Paul Johnson
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 >

Installing Modules into Home Directory

2002-10-01 Thread Balint, Jess
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