diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2011-12-10 13:35:41 +0200 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2011-12-29 07:34:22 -0500 |
commit | 8dc67a69bbd9b13d51094c853f28f1db5f08c3a7 (patch) | |
tree | 6d623edf08c86c87b0ae4ccd552f56dcb4f1c8f6 /MANIFEST | |
parent | 7355df7e69464cc1b7c5ce29234ddbcddec74500 (diff) | |
download | perl-8dc67a69bbd9b13d51094c853f28f1db5f08c3a7.tar.gz |
perl -d: display lines inside subroutines.
This is another fix to the perl debugger while making sure that lines
inside subroutines will be printed in the run-time display of the perl
debugger: https://rt.perl.org/rt3/Ticket/Display.html?id=104820 .
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4253,6 +4253,7 @@ lib/perl5db/t/rt-61222 Tests for the Perl debugger lib/perl5db/t/rt-66110 Tests for the Perl debugger lib/perl5db/t/symbol-table-bug Tests for the Perl debugger lib/perl5db/t/taint Tests for the Perl debugger +lib/perl5db/t/with-subroutine Tests for the Perl debugger lib/PerlIO.pm PerlIO support module lib/Pod/Functions.pm used by pod/splitpod lib/Pod/t/eol.t end of line agnosticism |