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.20 - 2023-09-09

  • BUGFIXES
    • Correct ->VERSION check for Object::Pad or Future::AsyncAwait cross-module tests (RT149700)
    • Don't upset gcc's -Wformat by passing an unbounded STRLEN into %.*s format (RT133035)
    • Avoid colons in filename of t/71extended+Object-Pad.t because Windows doesn't like them (RT149712)
    • Ensure that mixed positional + named params in signatures work properly (thanks alh)
    • Ensure name shadowing of param names prints the right diagnostic warning (thanks alh)

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