The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
MooseX-InlineTypes
==================

Created:      2013-02-22
Home page:    <https://metacpan.org/release/MooseX-InlineTypes>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=MooseX-InlineTypes>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.003	2014-09-06

 [ Bug Fixes ]
 - Use MooseX::ErsatzMethod to make Moose::Meta::Attribute::Native::Trait
   happy.

 [ Test Suite ]
 - Adjust tests to pass on newer releases of Moose.

 [ Packaging ]
 - use Dist::Inkt.

 [ Other ]
 - Updated: Delegate most type munging stuff to Type::Tiny.
 - Updated: Instead of Sub::Install + Sub::Exporter + namespace::clean
   faff, just use Exporter::Tiny.

0.002	2013-02-26

 [ Bug Fixes ]
 - Regexps in test cases were too strict matching exception texts - failed
   on some versions of Moose.

0.001	2013-02-22	Initial release