diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2014-03-27 19:07:50 +0200 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-05-28 13:35:25 +1000 |
commit | c59f1e04636e3bafbbd2c362defb3fe67b18d108 (patch) | |
tree | e93ecd8b84504e1dc52cea5b9ed690d3d6044ec9 /MANIFEST | |
parent | bd47baf274ecea5636da37b74e4368e6f271fed5 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |