summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2014-03-27 19:07:50 +0200
committerTony Cook <tony@develop-help.com>2014-05-28 13:35:25 +1000
commitc59f1e04636e3bafbbd2c362defb3fe67b18d108 (patch)
treee93ecd8b84504e1dc52cea5b9ed690d3d6044ec9 /MANIFEST
parentbd47baf274ecea5636da37b74e4368e6f271fed5 (diff)
downloadperl-c59f1e04636e3bafbbd2c362defb3fe67b18d108.tar.gz
Fix RT #121509 : perl -d handling chdir().
See: https://rt.perl.org/Ticket/Display.html?id=121509 [perl #121509] perl debugger doesn't save starting dir to restart from Thanks to Linda Walsh for reporting the problem and RJBS for commenting for initial approval. Fix and a regression test by Shlomi Fish.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 226da01c87..dcf792a900 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4107,6 +4107,7 @@ lib/perl5db/t/lvalue-bug Tests for the Perl debugger
lib/perl5db/t/MyModule.pm Tests for the Perl debugger
lib/perl5db/t/proxy-constants Tests for the Perl debugger
lib/perl5db/t/rt-104168 Tests for the Perl debugger
+lib/perl5db/t/rt-121509-restart-after-chdir Tests for the Perl debugger
lib/perl5db/t/rt-61222 Tests for the Perl debugger
lib/perl5db/t/rt-66110 Tests for the Perl debugger
lib/perl5db/t/source-cmd-test-no-q.perldb Tests for the Perl debugger