[ Bug Fixes ]
- Make Type::Utils::declare_coercion work outside type libraries.
Fixes RT#92591.
Diab Jerius++
https://rt.cpan.org/Public/Bug/Display.html?id=92591
- Weak reference from Type::Coercion objects to target type constraint
caused bad behaviour in some cases. This has been fixed by retaining
enough information within the Type::Coercion to be able to reconstruct
its type constraint if it disappears due to the reference count falling
to zero.
Fixes RT#92571.
Diab Jerius++
https://rt.cpan.org/Public/Bug/Display.html?id=92571