The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
CHANGES

------------------------------------------------------------
0.00205
------------------------------------------------------------

  * Changed prompting to pass prompt string into iget(),
    which passes it on to Term::ReadLine::readline or
    prints it out if the ReadLine module is not available.
    Thanks to Sam Tregar and tmb@lumo.com.

  * Changed history handling so that empty lines and those
    consisting of entirely whitespace are not recorded.

  * Fixed a couple of typos.

  * Changed the regular expression for "smart mode" to
    allow "vi +3 psh" in addition to "ls -l".

  * Now uses Getopt::Std for option processing.

  * Fixed the code that detects the presence of
    Term::ReadLine.

  * Made more use of debug mode to print out advisory
    information.

  * Use zero instead of undef to set Term::ReadLine::MinLine
    so that we don't get undef usage trouble in the guts of
    Term::ReadLine::Gnu.


------------------------------------------------------------
0.00204
------------------------------------------------------------

  * Added a bunch of stuff to the TODO file.

  * Added parens around each part of the $interactive
    detection expression.

  * Prompt variables are now dealt with via %prompt_vars,
    which can be modified, so that custom prompt variables
    can be created.

  * Added %built_ins.


------------------------------------------------------------
0.00203
------------------------------------------------------------

  * Fixed typo that caused a bug where prompt variable "$"
    didn't work. Thanks to John Labovitz.


------------------------------------------------------------
0.00202
------------------------------------------------------------


------------------------------------------------------------
0.00201
------------------------------------------------------------


------------------------------------------------------------
0.002
------------------------------------------------------------


------------------------------------------------------------
0.001
------------------------------------------------------------

Initial release