Subject: | Coercions are not inlined |
The changelog implies that Specio type coercions will be inlined (i.e. in constructors and accessors).
Specio does indeed provide this functionality via the inline_coercion_and_check method (https://metacpan.org/module/Specio::Constraint::Simple#type-inline_coercion_and_check-var) however Moose never calls this method.