summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/op/subst_wamp.t
blob: b716b30915ac350d99dc916caf75f933ec41d79f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!./perl

$dummy = defined $&;		# Now we have it...
for $file ('op/subst.t', 't/op/subst.t') {
  if (-r $file) {
    do $file;
    exit;
  }
}
die "Cannot find op/subst.t or t/op/subst.t\n";

OpenPOWER on IntegriCloud