This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for RT #118169
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 26 May 2013 13:35:04 +0000 (16:35 +0300)
committerRicardo Signes <rjbs@cpan.org>
Mon, 10 Jun 2013 22:16:38 +0000 (18:16 -0400)
commite3d167f6f658f94468bfebb782378eee0368e9f0
treef6bc1bc4c90eb3849f0ffe8d748e5cf356c917b0
parent1ebabb47e140c4b8dd1d47c3c821c655f6824a9a
Fix for RT #118169

https://rt.perl.org/rt3/Public/Bug/Display.html?id=118169

subroutine arguments are no longer shown in perl debugger ( x @_ in perl
-d) .

Regression from perl-5.16.x due to the perl -d refactoring. Fixed with a
test.
MANIFEST
lib/perl5db.pl
lib/perl5db.t
lib/perl5db/t/test-passing-at-underscore-to-x-etc [new file with mode: 0644]