This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 7583957163
authorFather Chrysostomos <sprout@cpan.org>
Tue, 19 Nov 2013 14:26:19 +0000 (14:26 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 19 Nov 2013 14:26:19 +0000 (14:26 +0000)
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
pod/perldelta.pod

index d2fd8ec..c6cd773 100644 (file)
@@ -595,6 +595,12 @@ debugging easier on Windows by removing certain irrelevant bad handle
 exceptions.  It also fixes a race condition and possible test failure in
 F<dist/IO/t/cachepropagate-tcp.t>.  [perl #120091/118059]
 
+=item *
+
+Some cases of unterminated (?...) sequences in regular expressions (e.g.,
+C</(?</>) have been fixed to produce the proper error message instead of
+"panic: memory wrap".  Other cases (e.g., C</(?(/>) have yet to be fixed.
+
 =back
 
 =head1 Known Problems