make noTTY debugger option work again (from Paul Marquess)
Gurusamy Sarathy [Fri, 17 Mar 2000 22:32:25 +0000 (22:32 +0000)]
p4raw-id: //depot/perl@5788

lib/perl5db.pl

index bc545c6..50844d2 100644 (file)
@@ -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) {