This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee80e1
)
perldelta for #108480: $cow |= number
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 18 Jan 2012 18:43:44 +0000
(10:43 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 18 Jan 2012 18:43:44 +0000
(10:43 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
bb082de
..
b66cfec
100644
(file)
--- 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