On Sun, Apr 17, 2005 at 09:37:10PM +0200, demerphq wrote:
> > Which assumes that things are being run from exactly two levels below the
> > perl source directory such as ext/Foo/. This hard coded assumption had
> > not shown up before because prior to 6.25_07 there were not tests which
> > involved executables. Now there is.
>
> I looked into this and the line in question doesnt seem to be directly
> at fault, as the times where the error occurs $self->{PERL_CORE} is
> set to 0 despite $ENV{PERL_CORE} being set to 1. I figured out how to
> fix that, and then the error you meant popped up.
Thanks.
> The attached patch resolves the issue with a hack that works fine for
> win32 but might cause problems with winCE.
I see what you're doing. Ah, it can use $self->{PERL_SRC} to find the
source directory!
Good, now I don't have to tear pl2bat apart.
> Theres a minor issue that the /wince branch has its own copy.
The difference between the two is so trivial. They can't be unified?