Re: [Module::Build] Re: [PATCH] add Module::Build 0.27_08
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-03-07 23:36:42
|
On Mar 7, 2006, at 2:24 PM, Yitzchak Scott-Thoennes wrote:
>
> I think just putting code conditional on $ENV{PERL_CORE} in
> find_perl_interpreter is good enough; no need to modify the tests.
If possible, I'd like to avoid that. The fewer conditionals we have
on PERL_CORE the better - they make me nervous because I never really
understand them and I never know if I'm breaking something on blead.
Also, if we can get this bit working without special-casing, it would
probably solve the issue for other people too.
-Ken
|