This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Script Run: Scripts couldn't start with Common
[perl5.git] / t / re / regexp_noamp.t
CommitLineData
a4499558
YO
1#!./perl
2
a27f093b
KW
3# Doesn't look at the expect field if it contains $&.
4
a4499558
YO
5$skip_amp = 1;
6for $file ('./re/regexp.t', './t/re/regexp.t', ':re:regexp.t') {
7 if (-r $file) {
8 do $file or die $@;
9 exit;
10 }
11}
12die "Cannot find ./re/regexp.t or ./t/re/regexp.t\n";