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.
In reply to Re^2: Can't install IPC:Shareable
by ikegami
in thread Can't install IPC:Shareable
by syniperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |