John Gedeon wrote: > Hello, > I am trying to install some perl modules using perl > -MCPAN -eshell and > I need to install them to a local dir since I do not own the root > install. I configured my cpan config to install to my local directory > but when a module is installed it is not in the @INC. This is only a > problem when installing another module which depends on it via the > cpan shell. How can I set the cpan shell to add my local lib folder > to the @INC path?
Set the PERL5LIB environment variable to your local lib directory. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
