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:
de98c55
)
make noTTY debugger option work again (from Paul Marquess)
author
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 17 Mar 2000 22:32:25 +0000
(22:32 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 17 Mar 2000 22:32:25 +0000
(22:32 +0000)
p4raw-id: //depot/perl@5788
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
bc545c6
..
50844d2
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-1828,7
+1828,7
@@
sub parse_options {
# too dangerous to let intuitive usage overwrite important things
# defaultion should never be the default
my %opt_needs_val = map { ( $_ => 1 ) } qw{
- arrayDepth hashDepth LineInfo maxTraceLen
noTTY
ornaments
+ arrayDepth hashDepth LineInfo maxTraceLen ornaments
pager quote ReadLine recallCommand RemotePort ShellBang TTY
};
while (length) {