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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
perldelta for f605e527
[perl5.git]
/
pod
/
perldelta.pod
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
cb4e210
..
779d898
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-474,7
+474,8
@@
C<gmtime> no longer crashes with not-a-number values. [perl #123495]
=item *
=item *
-C<\()> could do a bad write past the end of the stack. It has been fixed
+C<\()> (reference to an empty list) and C<y///> with lexical $_ in scope
+could do a bad write past the end of the stack. They have been fixed
to extend the stack first.
=item *
to extend the stack first.
=item *