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 5.1

  • Change: c3b622953845aefa0c29f66c2772113d293ded8e Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-05-24 11:17:59 +0000
    • Bumping for 5.1 Release
    • Adds better handling of JunOS firewall logs
  • Change: 27c68a921a82b3985a4b5c3d8092684883dcea51 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-05-24 11:12:42 +0000
    • Handle JunOS Firewall Logs
    • The logs are stamped in a weird manner if they are a part of a load-balancing or fail-over pair. Add a test!
    • Add testing on Perl 5.38
  • Change: b396a1e1cc8ef8f363dbe44959282114f81613bb Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 21:42:46 +0000
    • Don't use dzil in the workflow
    • `Dist::Zilla` has a higher Perl requirement than this module so we
    • can't use it * Use `Dist::Zilla::Plugin::CPANFile` to create a `cpanfile` in the
    • distribution * Copy the `cpanfile` back from the build and check in to git
    • Replace `cpanm` with `cpm` so we can run tests in the CI/CD
  • Change: 2d523fb77108bf2bc112c71312387f7fe05e4996 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 21:20:10 +0000
    • Test on all the Perls!
    • Now that the CI/CD pipeline is passing, let's run tests on all the perls!
  • Change: e5c158147e245751adf4f6de7f7e6f3c712c19a7 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 21:15:08 +0000
    • More tweaks for CI workflows
  • Change: 3f42a6eae7ba94335f0f83d6b314d9a9ebda798c Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 21:10:30 +0000
    • More issues with the workflow
  • Change: 2a263ca1d74390372cd37eabe314d77cdbe858ca Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 21:05:49 +0000
    • Chasing issues in the workflow
  • Change: c0cc69e441737af14d22ce04022af69cb09bf625 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 20:33:04 +0000
    • Install dzil from packages
  • Change: f46aaea8863d94f7afe5fcb39f03ea640bb9370b Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 20:25:39 +0000
    • Hoping to streamline dzil install
  • Change: 249d3fe9c04483fb5ef8eacc930759c31301ed5e Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 20:19:41 +0000
    • Add warnings back
  • Change: c87f5c94cd52f94d90ae1a3c728e2ee8bedb2eb4 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 20:17:43 +0000
    • Update testing workflow to use dzil
    • Use `dzil` to run the test suite
  • Change: 242d1ed53499878911ae63ae80feb403921392d9 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-12-09 20:14:04 +0000
    • Add a GitHub Action for Testing
    • Attempt to enable GitHub Actions to run the test suite.

Documentation

Parse a syslog message and display the structured data

Modules

Simple syslog line parser