Changes for version 5.3
- Change: 403cddd9b4b685f8cc53817fb7d4695c20e2a354 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-06-20 14:09:27 +0000
- Updates broken regex
- The `{,MAX}` quantifier appears to have been broken until v5.33.6, which is what MinimumPerl was picking up on. This uses `{0,2}` to work-around it.
Documentation
Parse a syslog message and display the structured data
Modules
Simple syslog line parser