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

Created:      2012-11-30
Home page:    <https://metacpan.org/release/MooX-late>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=MooX-late>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.005  2012-12-09

 - (Bugfix) Cope with has \@attributes => (...).
 - (Documentation) Document test suite.
 - (Packaging) Bump required version of Moo to 1.000004.

0.004  2012-12-03

 - (Addition) Issue warnings when type constraint cannot be interpreted
   correctly. Warning is not issued at the time the attribute is built, but
   the first time the type constraint is checked against. Don't attempt to
   inflate these type constraints when Moose is loaded.

0.003  2012-12-02

 - (Addition) Inflation of type constraints to Moose.
 - General refactoring of type constraint code.
 - Use MooX::Types::MooseLike::Base for type checks.

0.002  2012-12-02

 - (Bugfix) use re 'eval' on Perl 5.8 to fix regexp compilation problem

0.001  2012-12-01  # Initial release