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 Dancer2::Session::Redis

0.007 Sat 13 Aug 12:38:48 CEST 2016

    * Don't use Sereal in non-release tests GH#9 (andk)

0.006 Wed 10 Aug 16:04:07 CEST 2016

    * Switch back to using Types::Standard

0.005 Wed 10 Aug 14:22:42 CEST 2016

    * Improve tests so they do not fail incorrectly on Travis-CI

0.004 Wed 10 Aug 12:25:58 CEST 2016

    * Croak if session_duration config option has not been set
    * Add RELEASE_TESTING tests which exercise a real Redis server.