[ Bug Fixes ]
- 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 ]
- Create a new manual page Type::Tiny::Manual::Coercions.
- Document Exporter::TypeTiny.
[ Other ]
- Added: Chars and Bytes types added to Types::Standard.
- Added: Encode, Decode, Join and Split coercions added to
Types::Standard.
- Added: Type::Tiny::Class now has a plus_constructors method.
- Allow coercions to accept parameters.