Subject: | MX::AlwaysCoerce doesn't like roles (parameterized or otherwise) |
MooseX::AlwaysCoerce should be able to handle being used from a role.
I've added a test for this in t/03-roles.t in
http://github.com/karenetheridge/mx-alwayscoerce/
Additionally, even more hairy things happen with parameterized roles;
I've added another test (t/04...) and a partial fix, in the same branch
above. I think MX::ClassAttribute may have an issue as well, so I'm
going to add a test in its repo to confirm parameterized roles work, also.
Hit me up on #moose and we'll see if we can crack this nut. :)