summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-02-07 12:25:22 -0500
committerGurusamy Sarathy <gsar@cpan.org>1999-02-07 23:38:47 +0000
commitf5c9036e8e34a1c3af842cea81cf0efef683a2b8 (patch)
treed2bac90a8ac6f2d0fec0f741a5f8a10063f068a7 /MANIFEST
parente60df1faf6a2408e6441d757a835423e1efdcc95 (diff)
downloadperl-f5c9036e8e34a1c3af842cea81cf0efef683a2b8.tar.gz
s/\ba/./g was over-optimized
Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2828
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 8e114a27cf..b33686123a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1186,6 +1186,8 @@ t/op/sprintf.t See if sprintf works
t/op/stat.t See if stat works
t/op/study.t See if study works
t/op/subst.t See if substitution works
+t/op/subst_amp.t See if $&-related substitution works
+t/op/subst_wamp.t See if substitution works with $& present
t/op/substr.t See if substr works
t/op/sysio.t See if sysread and syswrite work
t/op/taint.t See if tainting works