Role-Hooks
==========
Created: 2020-02-18
Home page: <https://metacpan.org/release/Role-Hooks>
Bug tracker: <https://github.com/tobyink/p5-role-hooks/issues>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.008 2022-07-04
[ Bug Fixes ]
- Fix accidental dependency on Role::Tiny.
Tina Müller++
0.007 2022-07-04
[ Bug Fixes ]
- Eliminate 'used only once' warnings.
Alexander Hartmaier++
[ Test Suite ]
- Include a test that a known non-role returns false from is_role.
0.006 2022-07-01
- Updated: Support for roles built using Mite.
0.005 2022-06-17
- Added: Add after_inflate hook.
0.004 2022-06-07
[ Bug Fixes ]
- Add missing `print` to print statements in examples.
Fixes RT#135361.
Alexander Hartmaier++
<https://rt.cpan.org/Ticket/Display.html?id=135361>
[ Documentation ]
- Test and document interaction with Package::Variant.
0.003 2020-10-26
[ Bug Fixes ]
- Stop polluting Role::Tiny namespace.
Graham Knop++
<https://github.com/tobyink/p5-role-hooks/pull/1>
0.002 2020-10-23
[ Bug Fixes ]
- Died applying a role to a non-Moo* class, with Moose loaded.
Fixes RT#133595.
Gianni Ceccarelli++
<https://rt.cpan.org/Ticket/Display.html?id=133595>
0.001 2020-02-18 Initial release