projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91643db
)
Lost chunk of RE jumbo patch
author
Ilya Zakharevich
<ilya@math.berkeley.edu>
Mon, 8 Jun 1998 22:10:52 +0000
(18:10 -0400)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 10 Jun 1998 07:06:01 +0000
(07:06 +0000)
Message-Id: <
199806090210
.WAA02027@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@1104
t/op/regexp_noamp.t
[new file with mode: 0755]
patch
|
blob
diff --git a/t/op/regexp_noamp.t
b/t/op/regexp_noamp.t
new file mode 100755
(executable)
index 0000000..
03c19e9
--- /dev/null
+++ b/
t/op/regexp_noamp.t
@@ -0,0
+1,10
@@
+#!./perl
+
+$skip_amp = 1;
+for $file ('op/regexp.t', 't/op/regexp.t') {
+ if (-r $file) {
+ do $file;
+ exit;
+ }
+}
+die "Cannot find op/regexp.t or t/op/regexp.t\n";