Changes for version 1.70
- Change: c844c83d94df36a325d06cc7b82d447fdf284593 Author: Andrew Kirkpatrick <ubermonk@gmail.com> Date : 2015-02-14 15:20:11 +0000
- version bump to 1.70
- Change: 4222b76c6427c56cc1af49a6c95dfedd59576751 Author: Andrew Kirkpatrick <ubermonk@gmail.com> Date : 2015-02-14 15:12:01 +0000
- support arbitrary whitespace between elements
- Previously format elements had to be separated by exactly one space character. If there was a typo in the apache.conf that introduced more spaces or a tab, this module couldn't parse the resulting format or log file. Now the separator between log elements is matched by one or more whitespace characters.
- Also the return of a hashref from the parse method is now conditional on a successful parse. A false value is returned if the parse fails.
- Change: 091ba4a94bbe827099b98b65202bca22d58212a1 Author: Andrew Kirkpatrick <ubermonk@gmail.com> Date : 2015-02-14 15:06:52 +0000
- add ChangelogFromGit
Modules
Parse a line from an Apache logfile into a hash