From: Gurusamy Sarathy Date: Fri, 17 Mar 2000 22:32:25 +0000 (+0000) Subject: make noTTY debugger option work again (from Paul Marquess) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24eeb8341646e0edeebdd64b5f20fd4139f252ab;p=p5sagit%2Fp5-mst-13.2.git make noTTY debugger option work again (from Paul Marquess) p4raw-id: //depot/perl@5788 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index bc545c6..50844d2 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) {