[ Bug Fixes ]
- Fix for Types::TypeTiny::to_TypeTiny($coderef) when Sub::Quote is loaded
but not used.
- Undef no longer passes the Types::TypeTiny::StringLike type constraint.
[ Test Suite ]
- Add test cases for Types::TypeTiny (the library of type constraints used
internally by Type::Tiny).
[ Other ]
- Minor optimizations to Types::TypeTiny::to_TypeTiny.