# from Andy Armstrong via RT
# on Tuesday 11 March 2008 04:19:
Show quoted text>I presume the length of PERL5LIB had /something/ to do with it...
Show quoted text>> t/method......Could not execute (/usr/bin/perl5.8.8 -w t/method.t):
>> open3: exec of /usr/bin/perl5.8.8 -w t/method.t failed at
I don't see this info in the error message, but I'm going to guess that
$! is "Argument list too long".
Show quoted text>I don't really know what we can do about that. Any ideas?
Recompile the kernel.
Or, create a .pm file which does a bunch of push(@INC, ...) and -Mthat
in the PERL5OPT.
--Eric