Improve and restructure t/op/pat.t and split out some unicode related tests into...
[p5sagit/p5-mst-13.2.git] / t / op / regexp_trielist.t
1 #!./perl
2 #use re 'debug';
3 BEGIN {
4         ${^RE_TRIE_MAXBUFF}=0;
5         #${^RE_DEBUG_FLAGS}=0;
6       }
7
8 $qr = 1;
9 for $file ('./op/regexp.t', './t/op/regexp.t', ':op:regexp.t') {
10     if (-r $file) {
11         do $file or die $@;
12         exit;
13     }
14 }
15 die "Cannot find ./op/regexp.t or ./t/op/regexp.t\n";