Re: Some bugs in RC1
Michael G. Schwern [Mon, 3 Jun 2002 19:59:21 +0000 (15:59 -0400)]
   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; 
                        };