From: David Nicol Date: Fri, 8 Sep 2006 11:19:23 +0000 (-0500) Subject: Re: [perl #40302] sigtrap(3pm) man page is vague X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2e369dbafb5e29919b75b3f221700a38e4a5d42;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #40302] sigtrap(3pm) man page is vague From: "David Nicol" Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com> p4raw-id: //depot/perl@28815 --- diff --git a/lib/sigtrap.pm b/lib/sigtrap.pm index c081123..c65b756 100644 --- a/lib/sigtrap.pm +++ b/lib/sigtrap.pm @@ -8,7 +8,7 @@ sigtrap - Perl pragma to enable simple signal handling use Carp; -$VERSION = 1.02; +$VERSION = 1.03; $Verbose ||= 0; sub import { @@ -180,7 +180,8 @@ The handler used for subsequently installed signals calls C I will be used as the handler for subsequently installed signals. I can be any value which is valid as an -assignment to an element of C<%SIG>. +assignment to an element of C<%SIG>. See L for examples of +handler functions. =back