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