http://www.perlmonks.org?node_id=362001


in reply to Re: Personal library with CPAN
in thread Personal library with CPAN

PERL5LIB should be also adjusted:
env PERL5LIB=/home/username/lib/perl perl Makefile.PL PREFIX=/home/use +rname
(not sure about the exact PERL5LIB value, might be something with perl5 instead).