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
/
pat_re_eval_thr.t
1
#!./perl
2
3
chdir 't' if -d 't';
4
@INC = ('../lib', '.');
5
6
require 'thread_it.pl';
7
thread_it(qw(re pat_re_eval.t));