From: Rafael Garcia-Suarez Date: Fri, 9 Mar 2007 17:47:22 +0000 (+0000) Subject: Mention Perl::Unsafe::Signals in the core docs en passant. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1966b02deefb3dca0ce106aaed7a2b0729fdc7e;p=p5sagit%2Fp5-mst-13.2.git Mention Perl::Unsafe::Signals in the core docs en passant. p4raw-id: //depot/perl@30525 --- 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