The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 4.7

  • Change: 54fff942c417fdb3c300b3bf08bc584c3d2c972d Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2021-02-24 16:03:01 +0000
    • Stop tests from failing without JSON::MaybeXS
    • Prior to this patch, tests were failing on the smoke test infrastructure since `JSON::MaybeXS` is an optional dependency.
    • The tests now check for `JSON::MaybeXS` and only load and run the tests if it's present.
    • Also adjusted the call of `decode_json()` to use the package path to prevent issues if something else loads `JSON::MaybeXS` without importing the `decode_json()` symbol.
    • Release as 4.7 to the CPAN.

Documentation

Parse a syslog message and display the structured data

Modules

Simple syslog line parser