From: "David Nicol" <davidnicol@gmail.com>
Message-ID: <
934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
p4raw-id: //depot/perl@28815
use Carp;
-$VERSION = 1.02;
+$VERSION = 1.03;
$Verbose ||= 0;
sub import {
I<your-handler> will be used as the handler for subsequently installed
signals. I<your-handler> 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<perlvar> for examples of
+handler functions.
=back