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 Parse-Syslog-Line
2.0     Aug 16 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Replace Readonly with Const::Fast
        - Improve performance another 30%

1.9     Aug 15 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Remove unnecessary use of Readonly
        - Improve performance 50%

1.8     Aug 13 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Added support for Cisco Catalyst syslog-ng messages
        - Added $PruneRaw, $PruneEmpty, and @PruneFields to allow
          faster passing of this data to backends.

1.7     Aug 10 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Added support for Cisco NX-OS formatted messages
        - Cleanup cruft in documentation

1.6     Jul 12 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Set program_name and program_raw in Cisco ASA Log formats

1.5     Jul 11 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Patch from Mattia Barbon for HTTP::Date PArsing
        - Fix handling of weird Cisco "programs"

1.4     Apr 25 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Patch from Shawn Wilson to handle multi-word "program" messages.
        - Reverted change of "datetime_raw" to "date_raw", both exist.

1.3     Apr 25 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Patch from Shawn Wilson to pass custom date parse function
        - Documentation on how to disable DateTime object creation added

1.2		Jan 06 2013 - Brad Lhotsky <brad@divisionbyzero.net>
        - Tests now pass regardless of time of year!

1.1		Nov 06 2012 - Brad Lhotsky <brad@divisionbyzero.net>
        - Handle content and message entries a bit more
          intelligently.

1.0		Aug 10 2012 - Brad Lhotsky <brad@divisionbyzero.net>
        - Removed taint checking from tests as DateTime::TimeZon
          will cause taint errors.
        - Updated Author email

0.9		Jul  6 2012 - Brad Lhotsky <brad@divisionbyzero.net>
        - Faster parsing method enabled
        - Tested a number of DateTime::Format::* modules, HTTP
          tested the fastest.

0.8		Jun 28 2012 - Brad Lhotsky <brad@divisionbyzero.net>
        - Moved to Dist::Zilla

0.7		Nov 14 2011 - Brad Lhotsky <brad@divisionbyzero.net>
		- Tests added for IP as Hostname Bug
		- Fixed "IP as Hostname" Bug

0.6		Jul 11 2011 - Brad Lhotsky <brad@divisionbyzero.net>
		- Fixed Documentation

0.5		Jul 08 2011 - Brad Lhotsky <brad@divisionbyzero.net>
		- Added to https://github.com/reyjrar/Parse-Syslog-Line
		- Added to PAUSE
		- Tests actually test for bugs

0.01    Feb 15 2007 - Brad Lhotsky <brad@divisionbyzero.net>
        First version, going to get its ass kicked.