The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Sub-MultiMethod
===============

Created:      2020-01-27
Home page:    <https://metacpan.org/release/Sub-MultiMethod>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Sub-MultiMethod>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.005	2020-02-06

 [ Documentation ]
 - Document the behaviour of multimethods with a number of invocants not
   equal to 1.
 - Various improvements to documentation including exporting functions.

 [ Test Suite ]
 - Test `method => $n` for $n=0 and $n=2.
 - Test `multimethod(undef, %spec)` works.

0.004	2020-02-05

 [ Bug Fixes ]
 - Fix for multimethods in roles that consume other roles.

 [ Documentation ]
 - Improve documentation about multimethods and roles.
 - Rock/paper/scissors example.

 [ Other ]
 - Added: Provide a `monomethod` function to install non-multimethods with
   the same signature handling as `monomethod`.

0.003	2020-01-28

 [ Bug Fixes ]
 - Fix bug in aliases where the signature checker could end up as a hashref
   instead of a coderef.

0.002	2020-01-28

 [ Packaging ]
 - Add missing dependency on MRO::Compat.

0.001	2020-01-28	Initial release