[ BACK COMPAT ]
- Renamed the Type::Exception modules to Error::TypeTiny.
Fixes RT#89280.
Brendan Byrd++
https://rt.cpan.org/Public/Bug/Display.html?id=89280
[ Documentation ]
- Fix typos in documentation of Error::TypeTiny package variables.
[ Other ]
- $Type::Tiny::DD package variable can now be used for a pluggable data
dumper coderef.
Fixes RT#89251.
Tim Bunce++
https://rt.cpan.org/Public/Bug/Display.html?id=89251
- Type::Tiny::Enum type constraints are now subtypes of
Types::Standard::Str; not Types::Standard::Defined.
David Golden++
- Types::Standard::Item is now a subtype of not Types::Standard::Any.
David Golden++