Use attribute_metaclass in the constructor for parameters_metaclass, and
[gitmo/MooseX-Role-Parameterized.git] / Changes
1 Changes for MooseX-Role-Parameterized
2
3 0.02  Dec 9, 2008
4     * Using keywords outside of the role block is now allowed and handled.
5
6     * The role generated by the role block is now composed with its parent role.
7       This is so you can have unparameterized components to your parameterized
8       roles, and so that does_role returns true if you ask about the parent
9       role (instead of the anonymous parameterized role).
10