The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.10 - 2003-07-18

  • Rob Bloodgood and Damyan Ivanov complained about "uninitialized value" warnings from unused HTTP headers, and about pack mode "c", which generated warnings on their systems (running -w). I failed to reproduce the effect of pack mode, but decided to change the mode to "C" because it has been reported as a clean solution for both Rob and Damyan from one side, and this should not effect the packed code (as I understand it) from the other side. "Uninitialized value" warnings were blocked in accordance with the patch provided by Rob Bloodgood. All changes were manually double-checked with the patch provided by Damyan Ivanov.
  • partial code revision has been done in order to prepare the further structural changes.

Documentation

Modules

mod_perl extension for Apache-1.3.X to compress the response with gzip format.