From: Ricardo Signes Date: Mon, 10 Jun 2013 22:19:53 +0000 (-0400) Subject: perldelta for debugger @_ fix X-Git-Tag: v5.19.1~98 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/a1fd55a836db9fd5204e4045c505ddc08cc47597?hp=e0cd3692aa11b7fa9c65042d3a2ab05d31561ae2 perldelta for debugger @_ fix --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d98ad3d..6c19aee 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -513,6 +513,11 @@ all now work again. =item * +C<@_> is now correctly visible in the debugger, fixing a regression +introduced in v5.18.0's debugger. [RT #118169] + +=item * + Evaluating large hashes in scalar context is now much faster, as the number of used chains in the hash is now cached for larger hashes. Smaller hashes continue not to store it and calculate it when needed, as this saves one IV.