diff options
author | Karl Williamson <khw@cpan.org> | 2014-05-19 15:07:16 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-19 15:09:00 -0600 |
commit | 90b0b922bfc0b803c3769f65fbf086e6eab214fd (patch) | |
tree | d86e55f8f9778bf9d022b71f5167f8592f5eb2f7 /pod | |
parent | 6cc4aa0955307d7fcf1c2b758e7bdb31e366ff76 (diff) | |
download | perl-90b0b922bfc0b803c3769f65fbf086e6eab214fd.tar.gz |
perldelta: Note patch fixed a bunch of tickets
Unbeknownst to the authors, several other tickets got fixed.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 75d82096be..00a8e837d6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3456,10 +3456,12 @@ F<dist/IO/t/cachepropagate-tcp.t>. [perl #120091/118059] =item * -Strange vars like ties, overloads, or stringified refs (and in recent +Formats involving UTF-8 encoded strings, or strange vars like ties, +overloads, or stringified refs (and in recent perls, pure NOK vars) would generally do the wrong thing in formats when the var is treated as a string and repeatedly chopped, as in C<< ^<<<~~ >> and similar. This has now been resolved. +[perl #33832/45325/113868/119847/119849/119851] =item * |