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