MX::AttributeShortcuts -- now with Moo-style type constraints
Contents
I just released MooseX::AttributeShortcuts 0.028; it incorporates Moo-style type constraints.
…largely because I needed to relax, and wrote MooseX::Meta::TypeConstraint::Mooish :)
That means you can now pass a coderef to has() in isa that, like with Moo, dies on validation failure and lives on validation success:
|
|