Revision history for Perl extension Apache::LogFormat::Compiler
0.13 2013-05-24T00:19:31Z
- fixed pod issue (Thank you fschlich)
0.12 2013-04-03T16:14:28Z
- fixed tzoffset calculation.
https://github.com/plack/Plack/pull/344
0.11 2013-04-03T06:51:48Z
- re-packaging with Minilla
0.10 Mon Mar 25 17:34:14 2013
- updated docs
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