summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-13 23:41:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-13 23:41:38 -0700
commit8525cfaee6f338e972e8c944b87855a29a5b67c3 (patch)
treeee0da891052688d86ec12c692da37b4aa4c7e44a /pod/perltodo.pod
parent65be717f6aa83a42f3379d93eab290add00492fe (diff)
downloadperl-8525cfaee6f338e972e8c944b87855a29a5b67c3.tar.gz
Remove or update pod references to regexp reëntrance.
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index df8a4b95ee..71460100df 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -1265,11 +1265,6 @@ it would be a good thing.
Fix (or rewrite) the implementation of the C</(?{...})/> closures.
-=head2 A re-entrant regexp engine
-
-This will allow the use of a regex from inside (?{ }), (??{ }) and
-(?(?{ })|) constructs.
-
=head2 Add class set operations to regexp engine
Apparently these are quite useful. Anyway, Jeffery Friedl wants them.