MooX-Pression
=============

Created:      2020-01-15
Home page:    <https://metacpan.org/release/MooX-Pression>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=MooX-Pression>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.006	2020-01-17

 [ Documentation ]
 - Fix small typos.

0.005	2020-01-17

 [ Packaging ]
 - Require MooX::Press 0.024.

 [ Other ]
 - Added: Support class generators and role generators.
 - Added: Support plus sign prefix for class names.
 - Improvements for parsing role names and class names.

0.004	2020-01-16

 [ Documentation ]
 - Document integration with MooX::Enumeration.
 - Outline key differences with Moops.

 [ Packaging ]
 - Recommend Perl 5.18.
 - Require MooX::Press 0.022.

 [ Other ]
 - Added: `requires` keyword.

0.003	2020-01-16

 [ Documentation ]
 - Document +attrname.
 - Document that `begin` and `end` may only occur once per package.

 [ Other ]
 - `class` blocks may be nested.

0.002	2020-01-16

 [ Documentation ]
 - Better SYNOPSIS showing coercion.
 - Document `enum`.
 - Document issues with Perl 5.14.x and Perl 5.16.x and officially only
   support Perl 5.18.0 and above.
 - Fix typo in `end` keyword documentation.

 [ Other ]
 - Allow (and encourage) `from` to follow `coerce`.

0.001	2020-01-16	Initial release