Proc::FastSpawn test failure
Marc Lehmann
schmorp at schmorp.de
Fri Nov 22 17:34:55 CET 2013
On Fri, Nov 22, 2013 at 09:13:41AM -0700, Darin McBride <darin.mcbride at shaw.ca> wrote:
> The problem is that this doesn't work when using a relocatable perl if it's
> not located where it's compiled against. Unfortunately, $^X works better
> then.
That sounds like a bug in your perl distribution then - $Config{perlpath}
is not supposed to be empty, relocated or not (on relocatable perl
installs, this value is updated according to the installation path). You
should report this to whoever maintains your perl distribution.
$^X is not portable (and very unreliable). It's up to your perl
distribution to get the configuration right (and not the poor modules that
have to run with broken installations :).
(I wonder which distro it is - both strawberry and activestate perl for
example are relocatable and get this right).
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the anyevent
mailing list