There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Changes for version 1.002 - 2025-09-28

  • Added: Added `die` option as a shortcut for `code => sub { croak ... }`.
  • Added: Added `return` option as a shortcut for `code => sub { return ... }`.
  • Added: Support simpler syntax: `multimethod foo => [...] => sub { ... };`

Modules

yet another implementation of multimethods