Changes for version 0.000001 - 2026-04-16

  • First release.
  • Tiny XS wrapper around Linux's PR_SET_CHILD_SUBREAPER prctl(2) op.
  • Exports two functions: set_child_subreaper, have_subreaper_support.
  • Installs cleanly on non-Linux platforms; set_child_subreaper returns 0 with $! = ENOSYS where support is unavailable.

Modules

Tiny XS wrapper around Linux's PR_SET_CHILD_SUBREAPER prctl.