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:
7799a2d
)
perldelta for 0072721ceb71, beb08a1e6d63, 5c1db5695506, 2f9365dc3b09
author
Tony Cook
<tony@develop-help.com>
Sun, 10 Jan 2016 22:47:40 +0000
(09:47 +1100)
committer
Tony Cook
<tony@develop-help.com>
Sun, 10 Jan 2016 22:47:40 +0000
(09:47 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9425746
..
ef1ceac
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-359,6
+359,11
@@
Calls to the placeholder C<&PL_sv_yes> used internally when an
import() or unimport() method isn't found now correctly handle scalar
context. [perl #126042]
+=item *
+
+Fixed some problems introduced in 5.23.2 with list assignment dealing
+with magic and XS functions returning their arguments. [perl #126633]
+
=back
=head1 Known Problems