This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680d0be
)
Re: Some bugs in RC1
author
Michael G. Schwern
<schwern@pobox.com>
Mon, 3 Jun 2002 19:59:21 +0000
(15:59 -0400)
committer
Abhijit 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
ba3e2f7
..
c770b52
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-897,7
+897,7
@@
EOP
$incr = $window - 1;
$cmd = 'l ' . ($start) . '+'; };
# rjsf ->
- $cmd =~ /^([aAbB
D
hlLMoOvwW])\b\s*(.*)/s && do {
+ $cmd =~ /^([aAbBhlLMoOvwW])\b\s*(.*)/s && do {
&cmd_wrapper($1, $2, $line);
next CMD;
};