Document the consumer argument
[gitmo/MooseX-Role-Parameterized.git] / Changes
CommitLineData
61958fc8 1Changes for MooseX-Role-Parameterized
2
a85344ca 30.04 Jan 30, 2008
4 * The role block now receives as an argument the consuming class or role.
5
207b7095 60.03 Jan 17, 2008
7 * Parameters now default to read-only, so that you no longer have to specify
8 the extremely common case of: is => 'ro'
9
cc91b709 100.02 Dec 9, 2008
61958fc8 11 * Using keywords outside of the role block is now allowed and handled.
12
13 * The role generated by the role block is now composed with its parent role.
14 This is so you can have unparameterized components to your parameterized
15 roles, and so that does_role returns true if you ask about the parent
16 role (instead of the anonymous parameterized role).
17