in reply to Looking for alternative for IPC::Shareable (or increase size)

threads/threads::shared is depreciated ("Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0." https://perldoc.perl.org/threads.html)

The passage you have quoted explicitly refers to 5005threads. This is different from threads which is not deprecated, merely discouraged.


🦛

  • Comment on Re: Looking for alternative for IPC::Shareable (or increase size)