summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2011-12-10 13:35:41 +0200
committerRicardo Signes <rjbs@cpan.org>2011-12-29 07:34:22 -0500
commit8dc67a69bbd9b13d51094c853f28f1db5f08c3a7 (patch)
tree6d623edf08c86c87b0ae4ccd552f56dcb4f1c8f6 /MANIFEST
parent7355df7e69464cc1b7c5ce29234ddbcddec74500 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 7435ba7aa0..53acd0c657 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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