The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Term::ReadLine::Tiny


0.006   2014-07-27
        - MSWin32: replaced ANSI escape sequences.

0.005   2014-07-27
        - Bugfixes.
        - MSWin32: removed dependency on "Win32::Console::ANSI".
        - Update documentation.

0.004   2014-07-26
        - Bugfixes.
        - Removed the key-support-limitation for MSWin32.
        - Removed option "asterix".
        - Code refactoring.
        - Update documentation.

0.003   2014-07-24
        - New keys.
        - "readline" returns always decoded strings if not set "compat" or "$ENV{READLINE_TINY_COMPAT}".
        - Update documentation.

0.002   2014-07-16
        - Changed the handling of the decoding.
        - Added option "compat" and env variable "READLINE_TINY_COMPAT".
        - Update documentation.

0.001   2014-07-14
        - First release on CPAN.