diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-16 12:55:51 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-16 12:55:51 -0800 |
commit | b1a4e8b3fdb0d2522906309735659e2f280eee1e (patch) | |
tree | c59dfb732b275f9039310c8c8bb74091a24b6bff /pod | |
parent | 15d464c42c1b83190444ca2c959259ceba68df38 (diff) | |
download | perl-b1a4e8b3fdb0d2522906309735659e2f280eee1e.tar.gz |
perldelta for #121827 / 3a100dabd
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7e6565c9c5..093b1f3a53 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -525,6 +525,12 @@ argument when used in contexts like C<foreach>. That allows C<for(($#that_array)x2) { ... }> to work as expected if the loop modifies $_. +=item * + +C<(...) x ...> in scalar context used to corrupt the stack if one operand +were an object with "x" overloading, causing erratic behaviour. +[perl #121827] + =back =head1 Known Problems |