This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix perl -d’s "l" command.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 30 Jun 2012 13:40:43 +0000 (16:40 +0300)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 30 Jun 2012 16:57:04 +0000 (09:57 -0700)
commit5578394101efd4d95c058c4f22f51763ae92ebc2
tree36aaabba4310363a5261828a52dba544de205d2a
parentb81e0e290a7c5a7e7343a6f4a9baf7b6ac93475e
Fix perl -d’s "l" command.

The "l" command (without any arguments) got broken in blead, due to the
"use strict" patch because "$max = ..." was changed into "my $max = ..."
while $max should always be a global.
MANIFEST
lib/perl5db.pl
lib/perl5db.t
lib/perl5db/t/test-l-statement-1 [new file with mode: 0644]
lib/perl5db/t/test-r-statement [new file with mode: 0644]