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.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