In perl.git, the branch autarch/release-5.17.7 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/475c088e77eb68c5034e4f03d0ef81ece40cfd59?hp=8cb0e435812ea879b9f3e2f123353944924d0abd>
- Log ----------------------------------------------------------------- commit 475c088e77eb68c5034e4f03d0ef81ece40cfd59 Author: Dave Rolsky <auta...@urth.org> Date: Mon Dec 17 15:26:08 2012 -0600 Trim description of one bug fix in perldelta ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1e47885..3415403 100644 --- 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 - -- Perl5 Master Repository