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


in reply to Install Module with no admin permission

Your local::lib looks pretty old. Consider using cpanm over cpan, if you have local::lib configured it picks that up automatically: Where does this install modules to? Do I need root access?. It's also faster than cpan. For cpan:

cpan> o conf makepl_arg INSTALL_BASE=/home/username/perl cpan> o conf commit

From perlfaq8 -> How do I keep my own module/library directory?.