From 18af289e859950677817f593d4b95d3f4b8d0d72 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 18 Jan 2012 10:43:44 -0800 Subject: [PATCH] perldelta for #108480: $cow |= number --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bb082de..b66cfec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -977,6 +977,12 @@ equivalent of S> 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 -- 1.8.3.1