xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Simple
/
t
/
lib
/
SigDie.pm
(revision e5dd7070)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
SigDie
;
2
3
use
strict
;
4
5
our
$
DIE
;
6
$
SIG
{
__DIE__
} =
sub
{ $
DIE
=
$@
};
7
8
1
;
9