diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-18 10:43:44 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-18 10:43:44 -0800 |
commit | 18af289e859950677817f593d4b95d3f4b8d0d72 (patch) | |
tree | 457d3118e110225e8927561475076ab8cf9f336f /pod | |
parent | 5ee80e13ad1338a061ce31e1c7ea5c074fc5a0ff (diff) | |
download | perl-18af289e859950677817f593d4b95d3f4b8d0d72.tar.gz |
perldelta for #108480: $cow |= number
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bb082de3ba..b66cfece1f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -977,6 +977,12 @@ equivalent of S<C<stat _>> and ignoring the handle. Two warning messages that mention variable names started crashing in 5.15.5, but have been fixed [perl #106726]. +=item * Bitwise assignment operators and copy-on-write + +In 5.14.0, the bitwise assignment operators C<|=>, C<^=> and C<&=> starting +leaving the left-hand side undefined if it happened to be a copy-on-write +string. This has been fixed [perl #108480]. + =back =head1 Known Problems |