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:
76e450b
)
perldelta the fix for [perl #126621]
author
Tony Cook
<tony@develop-help.com>
Thu, 4 Feb 2016 06:12:23 +0000
(17:12 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 4 Feb 2016 06:12:23 +0000
(17:12 +1100)
which was in
2e2d7405a2b751f778ee3118a87a5f31233efc77
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9543fb6
..
9ce3f88
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-488,6
+488,12
@@
already read end of file, and the here-doc was not terminated, perl
could produce an assertion or a segmentation fault. This now reliably
complains about the unterminated here-doc. [perl #125540]
+=item *
+
+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]
+
=back
=head1 Known Problems