[ Bug Fixes ]
- Fix method conflicts when exporting type constraints to roles.
Kevin Dawson++
- Prevent warnings (about 'my $val' masking a previously declared
variable) when several Str checks are being inlined in close proximity,
such as Tuple[Str,Str]
[ Documentation ]
- Link from Test::TypeTiny to Test::Deep::Type.
[ Other ]
- Added: Chars and Bytes types added to Types::Standard.
- Avoid unnecessarily regenerating parameterized type constraints.
- Make Type::Tiny's has_coercion method more DWIM.