Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 87378
Status: new
Priority: 0/
Queue: Moose

People
Owner: DROLSKY [...] cpan.org
Requestors: perl [...] toby.ink
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 2.1003
  • 2.1004
Fixed in: (no value)



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.