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 0.15

  • Fixed a compilation warning under 5.6.2
  • Disabled consistent replacement of values when assigning to $_ under 5.6.2 due to a limitation. 5.8 is required for that feature to work properly. Instead, a warning will be issued and the value will be revisited.

Modules

Visitor style traversal of Perl data structures
A Data::Visitor with callbacks.