Perl extension for Consistent Signal Handling Maintained by:svysh@pn.sinp.msu.ru Port Added: 18 Sep 2006 18:38:05 Also Listed In:perl5 License: ART10 GPLv1
Sys::SigAction - Perl extension for Consistent Signal Handling.
With the use of this module, the signal handling behavior
can be coded in a way that does not change from one perl version
to the next, and thus using POSIX::sigaction() becomes a little easier.
WWW: http://search.cpan.org/dist/Sys-SigAction/
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Sys::SigAction - Perl extension for Consistent Signal Handling.
With the use of this module, the signal handling behavior
can be coded in a way that does not change from one perl version
to the next, and thus using POSIX::sigaction() becomes a little easier.
WWW: http://search.cpan.org/dist/Sys-SigAction/
PR: ports/103364
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru>