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:
d8fc5aa
)
Trim description of one bug fix in perldelta
author
Dave Rolsky
<autarch@urth.org>
Mon, 17 Dec 2012 21:26:08 +0000
(15:26 -0600)
committer
Dave Rolsky
<autarch@urth.org>
Tue, 18 Dec 2012 21:58:31 +0000
(15:58 -0600)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1e47885
..
3415403
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-376,9
+376,7
@@
C<(%h) = ({})>, "Reference found where even-sized list expected".
=item -
-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.
+The return value of C<%h = (1, 1, 1)> in list context was wrong.
=item -