This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 3c6ef0a5 / #103260 / #123071
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Jan 2015 05:47:34 +0000 (21:47 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Jan 2015 05:47:34 +0000 (21:47 -0800)
pod/perldelta.pod

index 80bc261..ea26055 100644 (file)
@@ -455,6 +455,11 @@ means they have to be compiled within the scope of C<S<"use locale">>),
 and there must be a string of at least 128 consecutive bytes to match.
 [perl #123539]
 
+=item *
+
+C<s///> now works on very long strings instead of dying with 'Substitution
+loop'.  [perl #103260] [perl #123071]
+
 =back
 
 =head1 Known Problems