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 1.04 - 2023-12-13

  • found and fixed an issue with the dispatched subroutine not being able to return whatever it wants (e.g., fixed); it now works as expected it - no restrictions on what it can return. See C<t/04-return-values.t> for an example
  • added test, updated POD to clarify this point

Modules

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