summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-02 08:20:18 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-02 08:20:18 -0700
commitbf3505a16c0a7fa3cfea6c5064ac29bbe8dbf4dd (patch)
tree8bc1be37838099032658ac6affc3c76a4b703507
parent3808f14a4da5927a92ec30527c260c01bad3f340 (diff)
downloadperl-bf3505a16c0a7fa3cfea6c5064ac29bbe8dbf4dd.tar.gz
perldelta for utf8cache/index() bug
-rw-r--r--pod/perl5125delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5125delta.pod b/pod/perl5125delta.pod
index 850b63bd09..5d8372bb56 100644
--- a/pod/perl5125delta.pod
+++ b/pod/perl5125delta.pod
@@ -189,6 +189,11 @@ C<caller> no longer leaks memory when called from the DB package if
C<@DB::args> was assigned to after the first call to C<caller>. L<Carp>
was triggering this bug [perl #97010].
+=item *
+
+Passing to C<index> an offset beyond the end of the string when the string
+is encoded internally in UTF8 no longer causes panics [perl #75898].
+
=back
=head1 New or Changed Diagnostics