summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-08-20 01:46:19 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-08-20 01:46:19 +0200
commitce94c5a22fa9f22cf46f0687a80b2e6c286c73b8 (patch)
tree84b5363de294cedb22881f3b13b8201779788931
parent5326e4da20f4c11bb64a5d6b3d1e982c217f8902 (diff)
downloadperl-ce94c5a22fa9f22cf46f0687a80b2e6c286c73b8.tar.gz
Add t/re/overload.t to MANIFEST
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 83f6f905ee..d599fafa1b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4618,6 +4618,7 @@ t/porting/manifest.t Test that this MANIFEST file is well formed
t/porting/podcheck.t Test the POD of shipped modules is well formed
t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked.
t/README Instructions for regression tests
+t/re/overload.t Test against string corruption in pattern matches on overloaded objects
t/re/pat_advanced.t See if advanced esoteric patterns work
t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread
t/re/pat_psycho.t See if insane esoteric and slow patterns work