projects
/
perl.git
/ blob
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gmtime/localtime are busted around 2**48
[perl.git]
/
t
/
re
/
substT.t
1
#!perl -wT
2
3
for $file ('re/subst.t', 't/re/subst.t', ':re:subst.t') {
4
if (-r $file) {
5
do "./$file";
6
exit;
7
}
8
}
9
die "Cannot find re/subst.t or t/re/subst.t\n";