There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Revision history for Perl module Apache2::API

v0.4.1 2025-10-07T08:09:10+0900
    - Corrected the key support method _try so that it honours the list call context

v0.4.0 2025-09-30T20:30:14+0900
    - Adding the log method to access the Apache2::Log::Request object
    - Added the methods is_initial_req and psignature to Apache2::API::Request
    - Added the method 'apr1_md5' to generate htpasswd
    - Added the method 'htpasswd' to instantiate new Apache2::API::Password objects
    - Added class Apache2::API::Password to handle md5, blowfish (bcrypt), and SHA-256, SHA-512 Apache passwords

v0.3.1 2024-09-04T20:28:56+0900
    - Removed dependency on Devel::Confess. Best added by the user himself

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