This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add more tests, Revert back to C-style for loops
authorShlomi Fish <shlomif@cpan.org>
Tue, 11 Sep 2012 01:08:05 +0000 (21:08 -0400)
committerRicardo Signes <rjbs@cpan.org>
Tue, 11 Sep 2012 01:08:05 +0000 (21:08 -0400)
commit72d7d80d5af646d4eedc189a71ea4b44d8dcc834
tree97a0d80d1bb5aaf4afb25539f6c111e905ad075b
parent3526bd3e206f7db2c8cafbf4009283042a67004a
Add more tests, Revert back to C-style for loops

This patch to lib/perl5db.pl and lib/perl5db.t adds more tests for the L
and S commands and reverts some changes from C-style for loops to
while+continue loops which were not very popular.
MANIFEST
lib/perl5db.pl
lib/perl5db.t
lib/perl5db/t/test-w-statement-1 [new file with mode: 0644]