• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Sys/H11-Sep-2016-562139

t/H11-Sep-2016-793637

ChangesH A D10-Sep-201610.4 KiB316209

MANIFESTH A D10-Sep-2016319 1716

META.jsonH A D11-Sep-20161.2 KiB5150

META.ymlH A D11-Sep-2016633 2726

Makefile.PLH A D10-Sep-20167.3 KiB284210

READMEH A D10-Sep-2016779 3120

dbd-oracle-timeout.PODH A D22-Jul-201316.4 KiB46512

README

1Sys/SigAction
2    Sys::SigAction provides EASY access to POSIX::sigaction() for signal
3    handling on systems the support sigaction().
4
5    perldoc Sys::SigAction for more information.
6
7INSTALLATION
8    To install this module type the following:
9
10       perl Makefile.PL
11       make
12       make test
13       make install
14
15DEPENDENCIES
16    This module requires these other modules and libraries:
17
18      Test::More
19      posix( sigactioni, ceil )
20
21    This module will use the follow module if present:
22
23      Time::HiRes( ualarm) for fractional second timeouts.
24
25COPYRIGHT AND LICENCE
26    Copyright (c) 2004-2016 Lincoln A. Baxter
27
28    You may distribute under the terms of either the GNU General Public
29    License or the Artistic License, as specified in the Perl README file,
30
31