[ BACK COMPAT ]
- Rename Type::Standard module to Types::Standard.
[ Bug Fixes ]
- Fix is_parameterized method.
- Get Mouse coercions working.
[ Test Suite ]
- Factor out some functions from test suite into a new module:
Test::TypeTiny.
- Rearrange test suite slightly.
[ Other ]
- Allow null type constraints with no parent type (e.g. 'Any' in
Types::Standard) to be inlined.
- Don't die with full stack trace.
- Sanity checks for type constraint names.
- Types::TypeTiny bootstrapping library now takes care of vaious internal
type checking requirements.