This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Some bugs in RC1
authorMichael G. Schwern <schwern@pobox.com>
Mon, 3 Jun 2002 19:59:21 +0000 (15:59 -0400)
committerAbhijit Menon-Sen <ams@wiw.org>
Tue, 4 Jun 2002 01:05:49 +0000 (01:05 +0000)
   Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>

p4raw-id: //depot/perl@16984

lib/perl5db.pl

index ba3e2f7..c770b52 100644 (file)
@@ -897,7 +897,7 @@ EOP
                        $incr = $window - 1;
                        $cmd = 'l ' . ($start) . '+'; };
                        # rjsf ->
-                 $cmd =~ /^([aAbBDhlLMoOvwW])\b\s*(.*)/s && do { 
+                 $cmd =~ /^([aAbBhlLMoOvwW])\b\s*(.*)/s && do { 
                                &cmd_wrapper($1, $2, $line); 
                                next CMD; 
                        };