Subject: | Composing roles broken |
Hi Sean,
qw( Role::ThatIsParameterized Role::Standard ) does not call
Role::ThatIsParameterized's role block. This is most likely because the
roles are composed together and Moose doesn't call apply on the
original roles. I'm not sure of the right fix here.
Shawn