[ Bug Fixes ]
- Fixed many small parsing bugs in Type::Parser.
- MooseX::Types objects used in Type::Tiny::Union,
Type::Tiny::Intersection and parameterized Type::Tiny type constraints
would break in some circumstances, as Types::TypeTiny::to_TypeTiny was
failing to convert them to native Type::Tiny type constraints.
Fixes RT#86303.
https://rt.cpan.org/Ticket/Display.html?id=86303
[ Documentation ]
- Document status of Type::Registry.
[ Test Suite ]
- Add test cases for Type::Parser.
- Better test cases for Type::Registry.
[ Other ]
- Added: Type::Parser now exports a _std_eval function useful for testing.
- Improved error messages from Type::Parser.
- Type::Parser now supports parentheses in its DSL.