This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Some portability and clean-up for errno.t.
[perl5.git] / t / lib / HasSigDie.pm
CommitLineData
9e998a43
RGS
1package HasSigDie;
2
3$SIG{__DIE__} = sub { "Die, Bart, Die!" };
4
51;
6