in reply to Re: Compiling Perl with correct values in @INC
in thread Compiling Perl with correct values in @INC
As a note, you have to build that thing properly when compiling it in:<Perl> use lib "/my/modules/path"; </Perl>
% perl Makefile.PL EVERYTHING=1
|
|---|