SPUG: Modifying ExtUtils::Makemaker's include list

Colin Meyer cmeyer at helvella.org
Sat Feb 2 13:22:26 PST 2008


Does setting the PERL5LIB environment variable help?

  export PERL5LIB=~/perlinc

That will have the effect of adding ~/perlinc to @INC everytime
that perl runs.

-Colin.

On Fri, Feb 01, 2008 at 03:08:00PM -0800, John Costello wrote:
> 
> I'm trying to get a Makefile.PL for ExtUtils::Makemaker to create a 
> Makefile that will include my ~/perlinc libraries, as that is where 
> Module::Build and other required local modules are installed.
> 
> Note that this isn't my own module; the author chose ExtUtils::Makemaker.
> 
> I've tried adding the INC key-value pair in Makefile.PL, to no effect, and 
> my Google-fu isn't turning up anything.
> 
> John
> ----
> 
> _____________________________________________________________
> Seattle Perl Users Group Mailing List  
>      POST TO: spug-list at pm.org
> SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list
>     MEETINGS: 3rd Tuesdays
>     WEB PAGE: http://seattleperl.org/


More information about the spug-list mailing list