The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.02 - 2021-06-25

  • Remove erroneous listing from MANIFEST
  • Work around issue in t/65-seg_size.t where MacOS and FreeBSD don't have the -i flag to ipcs (thanks for the PR, Roland Walker!)
  • Added singleton(), ensures that only a single instance of a script can run at any given time
  • Added tests to ensure we croak() if create is not set and the segment doesn't yet exist
  • Fix POD issue where we stated exclusive returns undef instead of croaking (fixes #10)
  • Change 'perl' shell call to $^X in t/71-unspawn.t (fixes #6)

Modules

Use shared memory backed variables across processes
Object oriented interface to shared memory