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


in reply to Re: Compiling Perl with correct values in @INC
in thread Compiling Perl with correct values in @INC

Which actually works quite well using mod_perl:
<Perl> use lib "/my/modules/path"; </Perl>
As a note, you have to build that thing properly when compiling it in:
% perl Makefile.PL EVERYTHING=1