diff options
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) { |