*sigh* More files messed with for Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / t / lib / HasSigDie.pm
1 package HasSigDie;
2
3 $SIG{__DIE__} = sub { "Die, Bart, Die!" };
4
5 1;
6