From a1fd55a836db9fd5204e4045c505ddc08cc47597 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 10 Jun 2013 18:19:53 -0400 Subject: [PATCH] perldelta for debugger @_ fix --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 1.8.3.1