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 Perl module Apache2::API

v0.3.0 2024-04-10T06:34:12+0900
    - Improved method bailout.
    - Added method is_aborted in Apache2::API::Request

v0.2.0 2024-02-22T19:04:51+0900
    - Improved method reply()

v0.1.4 2023-10-21T20:23:29+0900
    - Improved code

v0.1.3 2023-10-11T16:30:29+0900
    - Corrected malformed signature for distribution release

v0.1.2 2023-06-14T15:30:05+0900
    - Minor correction to the method cookie() in Apache2::API::Request, that, instead of returning the cookie value, was returning the cookie object itself.

v0.1.1 2023-06-10T20:29:58+0900
    - Minor modification to init() in Apache2::API
    - Updated method headers() in Apache2::API::Request and Apache2::API::Response to return an empty hash in HASH context when no headers

v0.1.0 2023-05-30T21:45:10+0900
    - Initial release