summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-06-17 15:24:04 +1000
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-22 08:38:54 +0100
commitd49833b2039d527b7aa80d9869202d012f413f96 (patch)
tree0722650ca3c361c57d16ff61b5ca4b5aedc92864
parenta54598f0ae0af3eaf6b80149f34643b216e475e5 (diff)
downloadperl-d49833b2039d527b7aa80d9869202d012f413f96.tar.gz
perldelta for a8e0c1fd5ade
(cherry picked from commit fa068f6da2218ae85bae1e26ee7591c15276555f)
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a27808cdbf..1d8984d6e6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -366,6 +366,13 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
Setting C<$)> now properly sets supplementary group ids, if you have
the necessary privileges. [perl #134169]
+=item *
+
+C<readline @foo> now evaluates C<@foo> in scalar context. Previously
+it would be evalauted in list context, and since readline() pops only
+one argument from the stack, the stack could underflow, or be left
+with unexpected values on the stack. [perl #133989]
+
=back
=head1 Known Problems