summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm
blob: 3368e0499571b655ee9ba8a38cada4783bbed07a (plain) (blame)
1
2
3
4
5
6
package HasSigDie;

$SIG{__DIE__} = sub { "Die, Bart, Die!" };

1;