This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Trim description of one bug fix in perldelta
authorDave Rolsky <autarch@urth.org>
Mon, 17 Dec 2012 21:26:08 +0000 (15:26 -0600)
committerDave Rolsky <autarch@urth.org>
Tue, 18 Dec 2012 21:58:31 +0000 (15:58 -0600)
pod/perldelta.pod

index 1e47885..3415403 100644 (file)
@@ -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 -