Test fixes
[gitmo/MooseX-Role-Parameterized.git] / Changes
CommitLineData
61958fc8 1Changes for MooseX-Role-Parameterized
2
cc91b709 30.02 Dec 9, 2008
61958fc8 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