From a1966b02deefb3dca0ce106aaed7a2b0729fdc7e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 9 Mar 2007 17:47:22 +0000 Subject: [PATCH] Mention Perl::Unsafe::Signals in the core docs en passant. p4raw-id: //depot/perl@30525 --- pod/perlipc.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 34be253..a60a082 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 module from CPAN (which will affect +all signals). + =item Restartable system calls On systems that supported it, older versions of Perl used the -- 2.7.4