diff options
author | Dave Rolsky <autarch@urth.org> | 2012-12-17 13:38:26 -0600 |
---|---|---|
committer | Dave Rolsky <autarch@urth.org> | 2012-12-17 13:38:26 -0600 |
commit | 6c042f06a95da7cdb29b56db34f2c2df6d1ec27a (patch) | |
tree | 95c6287da56cce6ae74f56b8f5a6ee2a051ecdf7 /pod/perldelta.pod | |
parent | e8ec4231078c2d84439c2d7c1138d4b8b84e8e85 (diff) | |
download | perl-6c042f06a95da7cdb29b56db34f2c2df6d1ec27a.tar.gz |
Add placeholder for additional 23b7025ebc changes in case no one gets back to me
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b9295cbb6a..1e4788586f 100644 --- 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 |