This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for debugger @_ fix
authorRicardo Signes <rjbs@cpan.org>
Mon, 10 Jun 2013 22:19:53 +0000 (18:19 -0400)
committerRicardo Signes <rjbs@cpan.org>
Mon, 10 Jun 2013 22:19:53 +0000 (18:19 -0400)
pod/perldelta.pod

index d98ad3d..6c19aee 100644 (file)
@@ -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.