The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.15    2021-02-16 15:30:00
        - Fix compatibility with Mojolicious 9.0
0.14    2018-11-26 18:00:00
        - Provide REMOTE_ATTR, REMOTE_HOST, REMOTE_PORT in PSGI env hash (haarg++)
        - Fix multipart bodies (though inefficiently)
        - Set PLACK_ENV during PSGI script loading and synchronous requests
0.13    2018-03-15 21:30:00
        - Mojo is deprecated as base class so inherit from Mojolicious instead.
0.12    2016-08-28 14:00:00
        - Fix bug in header translation (pmorch++)
0.11    2016-01-05 15:40:00
        - Bumped Mojolicious requirement to 4.82
0.10    2015-12-19 22:30:00
        - Remove prohibited HTTP_CONTENT_(LENGTH|TYPE) keys (miyagawa++)
0.09    2015-12-19 20:30:00
        - Include CONTENT_TYPE and CONTENT_LENGTH psgi env keys
        - Fix odd test failure
0.08    2015-12-10 23:00:00
        - Add rewrite option ala Plack::App::URLMap
0.07    2015-11-17 20:30:00
        - Handle the request body more correctly
0.06    2015-11-16 03:00:00
        - Fix packaging
0.05    2015-11-15 23:00:00
        - Added handling for PSGI delayed and streaming responses
0.04    2015-06-03 20:45:00
        - Allow instantiated PSGI app instances
0.03    2015-06-03 14:30:00
        - Fix psgi app location when plugin is installed
0.02    2014-04-04 15:31:00
        - Fix dependency on Plack
0.01    2010-08-29 17:28:00
        - Initial release