The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.06 - 2024-02-18

  • added the "xshift_and_deref" utility method that is great for eliminating boilerplate needed unpack references that are necessarily passed into "dispatch" or one of the static key handlers as the first element ("$_[0]") of "@_"
  • updated POD, added a test for "xshift_and_deref"
  • fixed tests failing for 5.8.9 (thanks @Bscan on Discord #perl!)

Modules

Converts any complicated conditional dispatch situation into familiar static hash-key based dispatch