Changes for version 0.10 - 2021-06-11
- COMPATIBILITY BREAKAGE
- Perl 5.10.1 is now required.
- ENHANCEMENT
- the _tags class method now returns an object of class MooX::TaggedAttributes::Cache, which overloads the %{} operator so that it is backwards compatible.
- The MooX::TaggedAttributes::Cache class makes it easier to extract information about tags, attributes' tags and attributes' tag values.
Modules
Add a tag with an arbitrary value to a an attribute
Extract information from a Tagged Attribute Cache
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