diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 22:32:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 22:32:25 +0000 |
commit | 24eeb8341646e0edeebdd64b5f20fd4139f252ab (patch) | |
tree | 21e3a079bb799a98768d4e4ae4a20efa9ef72fc4 /lib/perl5db.pl | |
parent | de98c55394539e7de6972ea206c9d6db5b1fd2a3 (diff) | |
download | perl-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.pl | 2 |
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) { |