The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.08 - 2020-06-23

  • RT #129387: IPC::SysV memory operations limited to 31-bit offsets I've made an attempt to fix this by simply replacing `int` argument types with `UV`. This *should* work, but I've only tested that it doesn't break any of the existing tests.
  • Merged PR #7: Add strict and warnings to the test suite
  • Merged PR #6: Add GitHub CI
  • Merged PR #3: Switch IPC::SysV to XSLoader
  • Merged PR #4: dont require ppport.h to build when inside perl core

Modules

SysV Msg IPC object class
SysV Semaphore IPC object class
SysV Shared Memory IPC object class
System V IPC constants and system calls

Provides

in lib/IPC/Msg.pm
in lib/IPC/Semaphore.pm
in lib/IPC/SharedMem.pm