diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-09 17:47:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-09 17:47:22 +0000 |
commit | a1966b02deefb3dca0ce106aaed7a2b0729fdc7e (patch) | |
tree | 3701956e1456d993863a19e08d260fbc5162b3a7 /pod/perlipc.pod | |
parent | aba06fcba2d2a2742ddfe9c1741ad62ded2c93ec (diff) | |
download | perl-a1966b02deefb3dca0ce106aaed7a2b0729fdc7e.tar.gz |
Mention Perl::Unsafe::Signals in the core docs en passant.
p4raw-id: //depot/perl@30525
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r-- | pod/perlipc.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 34be25364b..a60a08234e 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -386,6 +386,10 @@ try something like the following: POSIX::SigAction->new(sub { die "alarm" })) or die "Error setting SIGALRM handler: $!\n"; +Another way to disable the safe signal behavior locally is to use +the C<Perl::Unsafe::Signals> module from CPAN (which will affect +all signals). + =item Restartable system calls On systems that supported it, older versions of Perl used the |