Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Can't install IPC:Shareable

by ikegami (Patriarch)
on Dec 29, 2010 at 23:25 UTC ( [id://879716]=note: print w/replies, xml ) Need Help??


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

$#{ \@array }
instead of
$#{ 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
    This problem was reported two years ago. It looks like this module isn't being maintained.

    Looks like module hasn't been updated since 2001

      I made the same change and manually compiled and installed Shared IPC module and it worked. I guess for perl 5.8 and above we need to make this change. I was using perl 5.12

      Thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://879716]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found