SPUG: Modifying ExtUtils::Makemaker's include list

John Costello cos at indeterminate.net
Sat Feb 2 15:19:29 PST 2008


On Sat, 2 Feb 2008, Colin Meyer wrote:

> Does setting the PERL5LIB environment variable help?
> 
>   export PERL5LIB=~/perlinc
> 
> That will have the effect of adding ~/perlinc to @INC everytime
> that perl runs.

Yes, that fixed that problem.  Thanks much!
 
> -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