Perl extension for Consistent Signal Handling

Edit Package perl-Sys-SigAction
http://www.cpan.org

Sys::SigAction provides EASY access to POSIX::sigaction()
for signal handling on systems the support sigaction().

perldoc Sys::SigAction for more information.

Author: Lincoln A. Baxter

Refresh
Refresh
Source Files
Filename Size Changed
Sys-SigAction-0.18.tar.gz 0000019924 19.5 KB
perl-Sys-SigAction.changes 0000002785 2.72 KB
perl-Sys-SigAction.spec 0000002154 2.1 KB
Revision 14 (latest revision is 22)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 14)
- updated to 0.18
 Fix "bareword" error on some platforms at least, by explicitly importing
 INT_MAX from POSIX module.
 
 Fix Changes file which listed verson 0.16 twice when it should have
 list version 0.17 for the more recent changes.
 
 =head2 Changes in Sys::SigAction 0.17  22 Jul 2013
 
 Fix timeout.t to use POSIX::pause() instead of select(), which was used
 to optimized the while ( 1 ) loop in the forever function. This caused
 failures on some platforms.  pause() is right solution -- thanks (again)
 to Carsten Gaebler and for the suggestion for handling the Time::HiRes
 request.
 
 More double eval documentation cleanup that had not been previously
 caught in the POD. (bug #79130).
 
 When Time::HiRes is present, allow for long timeouts longer than the
 POSIX::MAX_INT microseconds when Time::HiRes is present.  Just call
 call alarm() instead of ualarm() in the case where input argument
 would result in a msecs value in an argument to ualarm which is
 larger than POSIX::INT_MAX (and, of course, add a test for this in
 timeout.t). (bug/enhancement request #75784)
 
 Fix typos in dbd-oracle-timeout.POD (bug #87141).  It appears that
 the DBD:oracle module may now have internal handling for this problem
 (DBD::oracle not longer references Sys::SigAction).
 
 =head2 Changes in Sys::SigAction 0.16  21 Jul 2013
Comments 0
openSUSE Build Service is sponsored by