Changes for version 0.97 - 2023-09-16

  • added "cases" keyword that can be used inside of the "dispatch" BLOCK to get a list of cases added by the C<on> keyword. When used outside of the a "dispatch" block, it returns undef.
  • "cases" introspection allows for much more idiomatic recipes inside of the "dispatch" BLOCK.

Modules

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