Upgrade to base and fields 2.12, mostly by Michael G Schwern
[p5sagit/p5-mst-13.2.git] / t / lib / HasSigDie.pm
CommitLineData
9e998a43 1package HasSigDie;
2
3$SIG{__DIE__} = sub { "Die, Bart, Die!" };
4
51;
6