This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
[perl5.git] / t / op / regexp_trielist.t
CommitLineData
a3621e74
YO
1#!./perl
2#use re 'debug';
3BEGIN {
4 ${^RE_TRIE_MAXBUFF}=0;
5 #${^RE_DEBUG_FLAGS}=0;
6 }
7
8$qr = 1;
9for $file ('./op/regexp.t', './t/op/regexp.t', ':op:regexp.t') {
10 if (-r $file) {
11 do $file;
12 exit;
13 }
14}
15die "Cannot find ./op/regexp.t or ./t/op/regexp.t\n";