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::SSI

v0.2.8 2023-10-11T16:31:48+0900
    - Corrected malformed signature for distribution release

v0.2.7 2022-10-23T17:39:37+0900
    - Improved code by loading modules only when necessary in Apache2::SSI

v0.2.6 2022-10-21T15:27:28+0900
    - Updated unit tests with missing "use" modules
    - Improved modules with stricter code

v0.2.5 2022-10-21T15:15:02+0900
    - Update issue tracker

v0.2.4 2021-03-29T23:15:37+0900
    - Corrected bugs under Windows related OS
    - Added Apache2::SSI::File::Type
    - Added the mime_type method in Apache2::SSI::Finfo

v0.2.3 2021-03-19T12:09:54+0900
    - Removed use of Path::Tiny that was not declared as dependency in test unit 37.flastmod.t.
    - Adjusted Apache2::SSI::SharedMem for lack of support for threaded perl.

v0.2.2 2021-03-18T15:02:07+0900
    - Corrected too short timeout

v0.2.1 2021-03-17T12:11:59+0900
    - Removing use of Devel::Confess used initially for debugging

v0.2.0 2021-03-11T21:53:05+0900
    - Major overhaul with improvements and using powerful expression engine Apache2::Expression

v0.1.3 2021-02-01T14:50:48+0900
    - Corrected test 35.exec.t unit that used an assumed perl binary location
    - Initial stable release for Apache2::Expression

v0.1.2 2021-02-01T12:47:51+0900
    - Removed dependency on buggy URI::XS
    - Removed dependency on unused module

v0.1.1 2021-01-31T12:44:19+0900
    - Corrected a test unit for server_version and improved upon the documentation

v0.1.0 2020-12-18T21:38:11+0900
    - original version; created by ExtUtils::ModuleMaker 0.63