-
-
25 Feb 2021 00:04:44 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (83 / 1 / 3)
- Kwalitee
Bus factor: 1- % Coverage
- License: bsd
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (33.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 7 contributors-
Bartłomiej Fulanty
-
Csillag Tamas
-
Keedi Kim
-
Mateu X Hunter
-
Neil Bowers
-
Shawn Wilson
-
Tomohiro Hosaka
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 dataModules
Simple syslog line parserOther files
Module Install Instructions
To install Parse::Syslog::Line, copy and paste the appropriate command in to your terminal.
cpanm Parse::Syslog::Line
perl -MCPAN -e shell install Parse::Syslog::Line
For more information on module installation, please visit the detailed CPAN module installation guide.