On Wed, 2 Jun 2010 08:32:24 -0700, Bill Moseley <mose...@hank.org> wrote:
> Our development team has a clash of environment variables the other day.  To
> manage a local library I've been setting:
> 
> PERL_MM_OPT=INSTALL_BASE=$HOME/perl5
> 
> And another developer has been
> setting makepl_arg, mbuildpl_arg, install_path in CPAN's config.
> 
> Am I correct that INSTALL_BASE is the best approach now for a local library?

INSTALL_BASE/--install_base is consistent across installers, so yes.

The rest of what you said is confusing, though -- you're asking about
INSTALL_BASE, but the only "clash" you mentioned is between PERL_MM_OPT and
makepl_arg.

Did you mean to say that the other developer is also setting PREFIX, or
something else that would conflict with INSTALL_BASE?

hdp.

Reply via email to