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.23_002 - 2024-09-13

  • CHANGES
    • Support also slurpy AVs along with named parameters
    • Docs updates for clarity about named params
    • Collect up the names of all the missing named parameters to complain at once
  • BUGFIXES
    • Avoid some more C99 `for()` loop variable declarations as they upset some C compilers

Changes for version 0.23_001 - 2024-09-09

  • CHANGES
    • Rewritten implementation of named parameters to avoid indirection via a slurpy HV for much performance improvement

Modules

enable extended features when parsing sub-like syntax
XS functions to assist in parsing sub-like syntax
build-time support for XS::Parse::Sublike