summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-09-05 01:27:54 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-09-05 01:27:54 +0200
commitd76d79d99e1403cb2d9430ba403a4f7c0e95f96c (patch)
treee861cc9133005849268c60a43941c58324137559
parentf301467e64e429e8fa4ba219535cbd449995274d (diff)
downloadperl-d76d79d99e1403cb2d9430ba403a4f7c0e95f96c.tar.gz
Perldelta for the tied COW string localisation fix
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 59365c6e7a..c9be1a10ca 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -150,6 +150,11 @@ C<utf8::decode> had a nasty bug that would modify copy-on-write scalars'
string buffers in place (i.e., skipping the copy). This could result in
hashes having two elements with the same key [perl #91834].
+=item *
+
+Localising a tied variable used to make it read-only if it contained a
+copy-on-write string.
+
=back
=head1 Acknowledgements