make die reliably hand error to post-eval code
[p5sagit/p5-mst-13.2.git] / t / re / substT.t
CommitLineData
a4499558 1#!perl -wT
2
3for $file ('re/subst.t', 't/re/subst.t', ':re:subst.t') {
4 if (-r $file) {
5 do "./$file";
6 exit;
7 }
8}
9die "Cannot find re/subst.t or t/re/subst.t\n";