The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Term::ReadLine::Tiny


0.010_02   2014-08-16
        - New tests.

0.010_01   2014-08-15
        - Added "Ctrl+K" and changed "Ctrl+U".
        - New tests.
        - Update documentation.

0.010   2014-08-14
        - Fixed bug in "config".
        - Update keycodes.
        - Code refactoring.
        - Perl minimum version is now "5.10.0".
        - New test.

0.009   2014-07-31
        - Code refactoring: removed "\e[6n"-dependency.

0.008   2014-07-28
        - Bugfix.
        - Update Makefile.PL.
        - Update documentation.

0.007   2014-07-28
        - Code refactoring.

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.