[ Bug Fixes ]
- Some inline code assumed that it would be compiled in a package that had
'blessed' imported.
- Some inline code wasn't wrapped in parentheses.
[ Documentation ]
- Minor improvements.
[ Test Suite ]
- More test cases for Optional[
a] within Dict[
a].
[ Other ]
- Improve test names generated by Test::TypeTiny; allow test scripts to
provide test names.
- Parameterized type constraints in Types::Standard now do some sanity
checking on their arguments.
- Weaken the reference from a Moose::Meta::TypeConstraint object to its
Type::Tiny origin.