65a11cc4eac41d9d1d04f536f5465b280384bbd0
[gitmo/MooseX-Role-Parameterized.git] / Changes
1 Changes for MooseX-Role-Parameterized
2
3 0.04  Jan 30, 2008
4     * The role block now receives as an argument the consuming class or role.
5
6 0.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
10 0.02  Dec 9, 2008
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