add some extra commit ids to the overload/tie fixes
[p5sagit/p5-mst-13.2.git] / dist / base / t / lib / HasSigDie.pm
1 package HasSigDie;
2
3 $SIG{__DIE__} = sub { "Die, Bart, Die!" };
4
5 1;
6