diff options
Diffstat (limited to 'Porting/todo.pod')
-rw-r--r-- | Porting/todo.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index 74dfe21cd9..28b9ef6b42 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -1130,10 +1130,6 @@ without a C<fchdir> function (in sv.c:Perl_dirp_dup). Fix Perl_sv_dup, et al so that threads can return objects. -=head2 (?{...}) closures in regexps - -Fix (or rewrite) the implementation of the C</(?{...})/> closures. - =head2 Add class set operations to regexp engine Apparently these are quite useful. Anyway, Jeffery Friedl wants them. |