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.45 - 2024-08-29

  • CHANGES
    • Refuse to register operators that have neither `.new_op` nor `.ppadd`, as these will never work
  • BUGFIXES
    • Update for perl 5.41.3: `OP_SMARTMATCH` is now removed, so make that registration conditional (RT155194)

Modules

XS functions to assist in parsing infix operators
build-time support for XS::Parse::Infix
XS functions to assist in parsing keyword syntax
build-time support for XS::Parse::Keyword