This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d42e1d
)
perldelta for 3c6ef0a5 / #103260 / #123071
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Jan 2015 05:47:34 +0000
(21:47 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Jan 2015 05:47:34 +0000
(21:47 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
80bc261
..
ea26055
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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