1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/p5-reaper/pkg-descr
Cheng-Lung Sung c9a35ef720 Add p5-reaper 0.03, perl module for reaping child processes via
$SIG{CHLD}.

PR:		ports/104321
Submitted by:	Cheng-Lung Sung <clsung at FreeBSD.org>
2006-11-06 14:30:35 +00:00

9 lines
461 B
Plaintext

The reaper module provides a $SIG{CHLD} handler that can be installed
globally as well as locally. It also supports chaining of signal handlers,
meaning it will not just replace an existing $SIG{CHLD} handler. It still
requires applications to do the right thing in using this module and not
installing their own versions. At least it provides a consistent
implementation that can be shared between various modules.
WWW: http://search.cpan.org/dist/reaper/