diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-02-07 12:25:22 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-07 23:38:47 +0000 |
commit | f5c9036e8e34a1c3af842cea81cf0efef683a2b8 (patch) | |
tree | d2bac90a8ac6f2d0fec0f741a5f8a10063f068a7 /MANIFEST | |
parent | e60df1faf6a2408e6441d757a835423e1efdcc95 (diff) | |
download | perl-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-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |