This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for RT #113584
authorKarl Williamson <public@khwilliamson.com>
Mon, 11 Jun 2012 16:35:49 +0000 (10:35 -0600)
committerRicardo Signes <rjbs@cpan.org>
Sun, 24 Jun 2012 22:28:57 +0000 (18:28 -0400)
(cherry-picked from commit fc67deb3641ae65505a02c4a7414556efc6b91f6)

pod/perldelta.pod

index 6c64e2c..1922fb0 100644 (file)
@@ -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