-
-
13 Mar 2022 19:31:20 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (495 / 0 / 2)
- Kwalitee
Bus factor: 1- 8.43% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (50.01KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- JSON
- Scalar::Util
- Storable
- String::CRC32
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.12 - 2022-03-13
- Add tests in t/07-new.t to test how using tied() against a dereferenced variable returned from new() allows access to the underlying IPC::Shareable object
- Reworked how spawn() and unspawn() manage things internally
- POD updates, fixes and clarifications
- Removed spawn() and unspawn(). There's really no need for these as one can simply create but not destroy
Modules
Use shared memory backed variables across processesObject oriented interface to shared memoryExamples
Module Install Instructions
To install IPC::Shareable, copy and paste the appropriate command in to your terminal.
cpanm IPC::Shareable
perl -MCPAN -e shell install IPC::Shareable
For more information on module installation, please visit the detailed CPAN module installation guide.