1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
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
|