projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ec423
)
Add placeholder for additional 23b7025ebc changes in case no one gets back to me
author
Dave Rolsky
<autarch@urth.org>
Mon, 17 Dec 2012 19:38:26 +0000
(13:38 -0600)
committer
Dave Rolsky
<autarch@urth.org>
Mon, 17 Dec 2012 19:38:26 +0000
(13:38 -0600)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index b9295cbb6ae39e8b76d312ade1a476bfa57fdfa6..1e4788586f8c311a357ce207a3f7b6c0077b3999 100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-380,6
+380,11
@@
The return value of C<%h = (1, 1, 1)> (in list context was wrong. It would
return I<just> those items instead of returning an additional C<undef> value
for the missing value in the assignment.
+=item -
+
+A number of additional edge cases in list assignment to hashes were
+corrected. For more details see commit 23b7025ebc.
+
=back
=back