summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-12-04 18:11:24 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-12-04 18:12:19 -0800
commitd6faba0b5affae968c1e498904ac6414bdcc167e (patch)
tree22cb8a12aaea373df8046c90359e298d7a3b5b63 /MANIFEST
parent1d0dc949f7a04207648286021a5832d418869086 (diff)
downloadperl-d6faba0b5affae968c1e498904ac6414bdcc167e.tar.gz
Hideous to-do tests for (?{}) scoping issues
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ed168026fe..1a9de2d2d1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4824,6 +4824,7 @@ t/re/qr.t See if qr works
t/re/reg_60508.t See if bug #60508 is fixed
t/re/reg_email.t See if regex recursion works by parsing email addresses
t/re/reg_email_thr.t See if regex recursion works by parsing email addresses in another thread
+t/re/reg_eval_scope.t Test scoping issues with (?{ }) and (??{ })
t/re/reg_eval.t Test again regexp state corruption in (?{ }) and (??{ })
t/re/regexp_noamp.t See if regular expressions work with optimizations
t/re/regexp_notrie.t See if regular expressions work without trie optimisation