summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-06-11 10:35:49 -0600
committerRicardo Signes <rjbs@cpan.org>2012-06-24 18:28:57 -0400
commitcc921a8a9f393ad2ced442a7757e1b2cf28d715c (patch)
treeb0e8f23680bdad4f961ed21970c3b6c144ce1539
parent2d4e08bbdb62f8ad80fd56e81a20d090b01b81e6 (diff)
downloadperl-cc921a8a9f393ad2ced442a7757e1b2cf28d715c.tar.gz
perldelta for RT #113584
(cherry-picked from commit fc67deb3641ae65505a02c4a7414556efc6b91f6)
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6c64e2c746..1922fb09b4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -326,6 +326,14 @@ L</Modules and Pragmata>.
XXX
+=item *
+
+A regression introduced in Perl v5.16.0 involving
+C<tr/I<SEARCHLIST>/I<REPLACEMENTLIST>/> has been fixed. Only the first
+instance is supposed to be meaningful if a character appears more than
+once in C<I<SEARCHLIST>>. Under some circumstances, the final instance
+was overriding all earlier ones. [perl #113584]
+
=back
=head1 Known Problems