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 Tickit-Async

0.15    CHANGES:
         * Removed $SIG{__DIE__} override as it wasn't needed, and in any case
           didn't work properly

0.14    CHANGES:
         * Updated for Tickit 0.18
           + added required $term->flush to unit tests

0.13    CHANGES:
         * Updated for Tickit 0.17
         * Use a weasel for CODEref that flushes initial output events
         * Catch fatal exceptions during main loop run, print after
           restoring terminal

0.12    CHANGES:
         * Updated for Tickit 0.14 and IO::Async 0.47

0.11    BUGFIXES:
         * Handle SIGINT to terminate gracefully, restoring terminal state

0.10    CHANGES:
         * Split module out from base Tickit distribution