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:
985e705
)
debugger stomps on $. (from M.J.T. Guy)
author
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 30 Apr 2000 17:14:43 +0000
(17:14 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 30 Apr 2000 17:14:43 +0000
(17:14 +0000)
p4raw-id: //depot/perl@6023
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
f935e94
..
41430ac
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-1698,8
+1698,6
@@
sub unbalanced {
}
sub gets {
- local($.);
- #<IN>;
&readline("cont: ");
}
@@
-1804,6
+1802,7
@@
EOP
}
sub readline {
+ local $.;
if (@typeahead) {
my $left = @typeahead;
my $got = shift @typeahead;