This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Leopard has more standard /etc/passwd files than previous
[perl5.git] / t / op / regexp_notrie.t
CommitLineData
a3621e74
YO
1#!./perl
2#use re 'debug';
3BEGIN {
646c27d4 4 ${^RE_TRIE_MAXBUF}=-1;
a3621e74
YO
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) {
e81465be 11 do $file or die $@;
a3621e74
YO
12 exit;
13 }
14}
15die "Cannot find ./op/regexp.t or ./t/op/regexp.t\n";