diff options
author | Shlomi Fish <shlomif@cpan.org> | 2012-09-04 22:40:38 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-09-04 22:41:31 -0400 |
commit | 2c247e84d4c0ff4b5c5fe6c10b3257c55520332a (patch) | |
tree | 9df4b56199c4dd7a060490a6c594bc9666603bdd /MANIFEST | |
parent | 32050a639a295d8d8a4d4c664592c86f79aa1383 (diff) | |
download | perl-2c247e84d4c0ff4b5c5fe6c10b3257c55520332a.tar.gz |
perl5db: more tests
This patch adds more tests for lib/perl5db.pl on lib/perl5db.t. One note
is that I'm a bit uncomfortable about the test for ".", which did
not initially work exactly as I expected, due to debugger quirks.
This patch also fixes a bug where the /pattern/ command (and possibly
the ?pattern? command as well) got broken due to the addition of "use
strict;", and adds tests for them.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4327,6 +4327,7 @@ 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/test-l-statement-1 Tests for the Perl debugger +lib/perl5db/t/test-l-statement-2 Tests for the Perl debugger lib/perl5db/t/test-r-statement Tests for the Perl debugger lib/perl5db/t/uncalled-subroutine Tests for the Perl debugger lib/perl5db/t/with-subroutine Tests for the Perl debugger |