in reply to Re: Can't install IPC:Shareable
in thread Can't install IPC:Shareable
This problem was reported two years ago. It looks like this module isn't being maintained.
Some background for those interested:
There was a bug in Perl such that
$#{ @array }
was interpreted as
instead of$#{ \@array }
$#{ scalar(@array) }
IPC::Shareable's test relies on this bug, but it was fixed in Perl 5.10. Note the lack of 5.10.x and 5.12.x passing results.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't install IPC:Shareable
by Anonymous Monk on Dec 29, 2010 at 23:58 UTC | |
by syniperl (Novice) on Jan 04, 2011 at 22:12 UTC |