Changes entry
[gitmo/MooseX-Role-Parameterized.git] / Changes
1 Changes for MooseX-Role-Parameterized
2
3 0.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
7 0.02  Dec 9, 2008
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