local::lib - create and use a local lib/ for perl modules with PERL5LIB
Questions tagged [locallib]
17 questions
-1
votes
1 answer
Does local::lib support installing to the project directory?
With node, when I run npm install things get installed into ./node_modules. Is there any method to make all of my Perl modules install local to the project directory? Not to my home directory, or to my system?
Something like ./perl_modules?

Evan Carroll
- 78,363
- 46
- 261
- 468
-1
votes
2 answers
Module Installation errors when trying to use local::lib and CPAN
I am trying to use local::lib as I don’t have admin rights on the system and I want to download and install a local library. I ran following:
perl Makefile.PL --bootstrap
make test && make install
echo 'eval $(perl -I$HOME/perl5/lib/perl5…

user2536319
- 39
- 4