[ Bug Fixes ]
- Type::Tiny's SUPPORT_SMARTMATCH constant was broken; fixed now.
- Type::Tiny's TIEARRAY and TIEHASH methods were broken; fixed now.
[ Test Suite ]
- Enable some old tests that had been disabled as not-yet-implemented for
parameterized type constraints; the feature they test was implemented
ages ago.
- Test integration with Return::Type.
- Test integration with Type::Tie.
- Test integration with match::simple.