The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Apache::LogFormat::Compiler

0.05    Fri Mar 22 16:18:21 2013
    - compatibility with Plack::Middleware::AccessLog
      if reqtime is undefined, use "-" instead of "0" for %D and %T. 

0.04    Fri Mar 22 14:03:54 2013
    - custom format string support
    - remove Plack dependency
    - [bug fix] Special-case Content-Length and Content-Type for %{}i. They are reseverd in PSGI

0.03    Mon Mar 11 11:28:35 2013
    - Added custom log formats for %m, %U, %q and %H

0.02    Fri Mar  1 23:32:11 2013
    - added $time option to log_line. the request was recieved 

0.01    Fri Mar  1 15:00:11 2013
    - original version