Subject: | Type::Exception is beling renamed to Error::TypeTiny |
I don't think this will actually break Unexpected, but it will lead to these two lines no longer having any effect:
https://metacpan.org/source/PJFL/Unexpected-0.12.1/lib/Unexpected/Types.pm#L23
The reason for the change is that releases of Data::Type <https://metacpan.org/release/Data-Type> prior to version 0.01.15 bundle a module called Type::Exception, so there is a naming conflict.
I could campaign to have those old versions of Data::Type removed from CPAN, and try to grab the rights to the namespace, but renaming Type::Exception to Error::TypeTiny seems an easier option.