diff options
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
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 |