Marlin
======

Created:      2025-12-11
Home page:    <https://metacpan.org/release/Marlin>
Bug tracker:  <https://github.com/tobyink/p5-marlin/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.005000	2025-12-18

 - Use a newer version of Class::XSConstructor with support for
   destructors.
 - Use a newer version of Sub::Accessor::Small with improvements for
   triggers.

0.004000	2025-12-17

 - Added: Allow attribute declarations to tweak how the attribute will be
   stored, including allowing inside-out attributes.
 - Added: Implement constant attributes.

0.003001	2025-12-16

 - Use a newer version of Class::XSConstructor with fixes for BUILD
   methods.
 - Use a newer version of Sub::Accessor::Small with fixes for builder
   methods.

0.003000	2025-12-15

 - Use a newer version of Class::XSConstructor which allows for type
   coercion and defaults/builders to run in the constructor.

0.002005	2025-12-15

 [ Bug Fixes ]
 - Remove usage of // operator from test case too.

0.002004	2025-12-15

 [ Bug Fixes ]
 - Remove usage of // operator.

0.002003	2025-12-15

 [ Bug Fixes ]
 - Fix case of MRO::Compat dependency on Perl older than v5.10.0.

0.002002	2025-12-13

 [ Documentation ]
 - Minor pod fix.

0.002001	2025-12-13

 [ Documentation ]
 - Minor pod fix.

0.002000	2025-12-13

 - Added: Marlin::Role.

0.001001	2025-12-13

 [ Documentation ]
 - Include Class::Tiny in examples/benchmark.

0.001000	2025-12-12	Initial release