From e2e369dbafb5e29919b75b3f221700a38e4a5d42 Mon Sep 17 00:00:00 2001 From: David Nicol Date: Fri, 8 Sep 2006 06:19:23 -0500 Subject: [PATCH] Re: [perl #40302] sigtrap(3pm) man page is vague From: "David Nicol" Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com> p4raw-id: //depot/perl@28815 --- lib/sigtrap.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.8.3.1