Subject: | Command lines are added to history file twice |
Using Term::ReadLine::Gnu, each command entered interactively is added
to the history file twice.
I can fix the problem by commenting out the line:
$term->addhistory( $command_request );
in read_cmd() in Application.pm.
I think the module should check the autohistory feature of the
Term::ReadLine object.