Change the API of generate_role to a hash so we can specify more
[gitmo/MooseX-Role-Parameterized.git] / Changes
CommitLineData
61958fc8 1Changes for MooseX-Role-Parameterized
2
207b7095 30.03 Jan 17, 2008
4 * Parameters now default to read-only, so that you no longer have to specify
5 the extremely common case of: is => 'ro'
6
cc91b709 70.02 Dec 9, 2008
61958fc8 8 * Using keywords outside of the role block is now allowed and handled.
9
10 * The role generated by the role block is now composed with its parent role.
11 This is so you can have unparameterized components to your parameterized
12 roles, and so that does_role returns true if you ask about the parent
13 role (instead of the anonymous parameterized role).
14