Changes for version 0.05 - 2026-06-19
- Fix compile failure on perl 5.14 and 5.16 introduced by the 0.04 scalar-variable patterns (`case == $x` / `case eq $x` / `case =~ $rx`):
- pad_findmy_pvn (5.15.1+) is now shimmed back to Perl_pad_findmy on 5.14, matching the existing pad_add_name_pvn shim.
- the `our` pad-name resolution no longer uses the PADNAME API (5.18+); it now uses the version-stable PAD_COMPNAME_FLAGS_isOUR / PAD_COMPNAME_OURSTASH macros, a single code path on all perls.
Modules
compile-time, lexically-scoped switch/case