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


in reply to Re^4: Install Module with no admin permission
in thread Install Module with no admin permission

In the file Makefile.PL, you find a line

'ExtUtils::MakeMaker' => '7.00', # version INSTALL_BASE taken as + string, not shell

Try changing that line to

#'ExtUtils::MakeMaker' => '7.00', # version INSTALL_BASE taken a +s string, not shell

and then retry installing local::lib.