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:
966178a
)
perldelta for 071db91b12fc
author
Tony Cook
<tony@develop-help.com>
Sun, 7 Feb 2016 23:16:50 +0000
(10:16 +1100)
committer
Tony Cook
<tony@develop-help.com>
Sun, 7 Feb 2016 23:16:50 +0000
(10:16 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c22ddbd
..
40ddb54
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-515,6
+515,11
@@
untie() would sometimes return the last value returned by the UNTIE()
handler as well as it's normal value, messing up the stack. [perl
#126621]
+=item *
+
+Fixed an operator precedence problem when C< castflags & 2> is true.
+[perl #127474]
+
=back
=head1 Known Problems