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:
dd271d7
)
Add an =item marker for sub-list in perldelta
author
Dave Rolsky
<autarch@urth.org>
Mon, 17 Dec 2012 19:37:39 +0000
(13:37 -0600)
committer
Dave Rolsky
<autarch@urth.org>
Mon, 17 Dec 2012 19:37:39 +0000
(13:37 -0600)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
d06b1c0
..
b9295cb
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-365,16
+365,16
@@
A number of bugs related to hash assignment have been fixed:
=over 8
-=item
+=item
-
The expression C<scalar(%h = (1, 1, 1, 1))> now returns C<4>, not C<2>.
-=item
+=item
-
Perl now issues the same warning on C<($s, %h) = (1, {})> as it does for
C<(%h) = ({})>, "Reference found where even-sized list expected".
-=item
+=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