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 Perl extension Parse::Syslog.

2001-10-30

     * repeat "last-message-repeated xx times" for the same host
     * more robust year-increment algorithm
     * implemented arrayref option
     * faster time parsing (cache of timestamp for same day)

2001-08-20

     * released 0.03
     * implemented GMT option (scoobie@PamperedChef.dhs.org)
     * add year specification to test scripts
     * add better test for Solaris 8 message-id
     * add support for File::Tail objects
     * test 'last message repeated xx times' without message to repeat

2001-08-19

     * released 0.02
     * fix 'last message repeated xx times' without message to repeat
     * fix Solaris 8 message-id (include numbers in regex for local0, etc.)

2001-08-12

     * released 0.01
     * created by h2xs 1.21 with options -AX -n Parse::Syslog