The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Class-Tiny-ConstrainedAccessor

0.000009    2019-05-25 (TRIAL VERSION)
        - Added custom-constraint support.  This way you can use constraints
          without needing a type system.

0.000008    2019-03-28
        - Finally remember to update this file! :)

0.000007    2019-03-27
        - No substantive changes
        - Added tests for 100% code coverage

0.000006    2019-03-26
        - No changes from 0.000005 trial release.
        - Compared to v0.000003, the package now checks constructor
          parameters and passes tests on all supported Perl versions.

0.000005    2019-03-24 (TRIAL VERSION)
        - See changes for v0.000004, including checking constructor parameters.
        - Fix tests to run on <5.010

0.000004    2019-03-22
        - Check constructor parameters (GH-4)
        - Add option to suppress BUILD generation (GH-5)

0.000003    2019-03-19
        - Updated documentation.  First non-TRIAL release.

0.000002    2019-03-17 (TRIAL VERSION)
        - Support other type systems (GH-1).  Thanks to TOBYINK for code.
        - Constraint-check default values (GH-3).
        - Run as far back as 5.006 (GH-2).

0.000001    2019-03-12 (TRIAL VERSION)
        First version, released on an unsuspecting world.