The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for MooX::TypeTiny

0.002003 - 2020-04-29
  - fix compatibility issues with perl 5.8

0.002002 - 2020-04-25
  - fix applying method generator role multiple times, leading to C3 errors

0.002001 - 2020-04-25
  - add test for use with namespace::clean

0.002_000 - 2020-04-14
  - use new Type::Tiny API for inlining which should be slightly faster
  - delay generating constructors, to allow easier use of namespace::clean
    (RT#128291)
  - prevent coercions from evaluating defaults multiple times (RT#132268)

0.001004 - 2020-01-02
  - fix tests to account for changes in error location reporting in Type::Tiny
    1.008001

0.001003 - 2016-02-29
  - fix error reporting for checks nested inside other attributes

0.001002 - 2015-11-05
  - bump Moo prereq for quotify function

0.001001 - 2015-09-28
  - bump Type::Tiny prereq to a version compatible with perl 5.10
  - be compatible with older Moo versions

0.001000 - 2015-08-28
  - initial release