Subject: | Devel::REPL::Plugin::ReadLineHistory does not save/load histfile |
Hi-
I've been trying to get ReadLineHistory to work in my
PDL shell development. Unfortunately, I have had no
luck in getting the shell to read the history file on
startup, nor to save the file on exit.
Some observations:
* ~/ expansion is not supported (I plan to add this
as we have implemented it a la bash in the current
perldl shell). It would have helped if an error
had been thrown or if the docs indicated this.
* Running the various ReadHistory, WriteHistory, and
GetHistory worked fine inside the re.pl shell, just
not automatically.
* I currently do a $repl->load_plugin('ReadLineHistory')
in my profile startup and am beginning to wonder if
that is supposed to work. Suggestions on start-up
would be appreciated.
Thanks,
Chris