in reply to Re^5: Do Pure Perl CPAN packages really need to use ExtUtils::Command::MM?
in thread Do Pure Perl CPAN packages really need to use ExtUtils::Command::MM?
Can you name a specific platform where setting PERL5LIB in the makefile will be invisible to perl called from within the makefile?
blib/ExtUtils::testlib simply adds cwd()/blib/arch and cwd()/blib/lib to @INC. "make test" already puts those in @INC. To eliminate the tension between MakeMaker and ModuleBuild without placing all sorts of stuff in the project root, I would need a portable way to get ExtUtils::MakeMaker to put "projectroot/inc", a directory used by [mod://Module::Build], into @INC.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Do Pure Perl CPAN packages really need to use ExtUtils::Command::MM?
by Anonymous Monk on Feb 18, 2011 at 04:50 UTC | |
by ELISHEVA (Prior) on Feb 18, 2011 at 05:11 UTC | |
by Anonymous Monk on Feb 18, 2011 at 08:42 UTC | |
by ELISHEVA (Prior) on Feb 18, 2011 at 09:46 UTC | |
by Anonymous Monk on Feb 18, 2011 at 11:09 UTC | |
|