summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-17 22:32:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-17 22:32:25 +0000
commit24eeb8341646e0edeebdd64b5f20fd4139f252ab (patch)
tree21e3a079bb799a98768d4e4ae4a20efa9ef72fc4 /lib/perl5db.pl
parentde98c55394539e7de6972ea206c9d6db5b1fd2a3 (diff)
downloadperl-24eeb8341646e0edeebdd64b5f20fd4139f252ab.tar.gz
make noTTY debugger option work again (from Paul Marquess)
p4raw-id: //depot/perl@5788
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index bc545c6c8b..50844d28f8 100644
--- 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) {