Changes for version 0.08 - 2019-03-15
- COMPATIBILITY FIX
- Some MooX modules modify Moo's accessor maker, which can cause problems if multiple roles with the same attributes are applied (See https://rt.cpan.org/Ticket/Display.html?id=128278). MooX::TaggedAttributes used an attribute, _tag_cache. When a class using one of the aforementioned MooX modules consumed multiple tag roles, the multiple consumptions of _tag_cache would be lead to an error. Sooooo. MooX::TaggedAttributes no longer has any attributes.
Modules
Add a tag with an arbitrary value to a an attribute
Examples
- examples/accessing/C.pm
- examples/accessing/T.pm
- examples/description/C1.pm
- examples/description/C2.pm
- examples/description/R2.pm
- examples/description/R3.pm
- examples/description/T1.pm
- examples/description/T12.pm
- examples/description/T2.pm
- examples/synopsis/C1.pm
- examples/synopsis/C2.pm
- examples/synopsis/R1.pm
- examples/synopsis/T1.pm
- examples/synopsis/script.pl