Link to my prole blog post
[gitmo/MooseX-Role-Parameterized.git] / Changes
CommitLineData
61958fc8 1Changes for MooseX-Role-Parameterized
2
7f75b01a 30.07
4
238c90c6 50.06 May 12, 2009
d25e4ce2 6 * Fix long-standing role-role combination bug, reported by several
7 users (Sartak)
8
9 * Documentation improvements (Sartak)
10
a2af70a6 110.05 Apr 24, 2009
12 * Use replace_constructor in Meta::Parameter's make_immutable (nothingmuch)
ac00a0f9 13
a2af70a6 14 * The & prototype hack has been obviated by Moose::Exporter goodness (rafl)
15
16 * List examples of MooseX::Role::Parameterized roles (Sartak)
17
180.04 Jan 30, 2009
a85344ca 19 * The role block now receives as an argument the consuming class or role.
20
a2af70a6 210.03 Jan 17, 2009
207b7095 22 * Parameters now default to read-only, so that you no longer have to specify
23 the extremely common case of: is => 'ro'
24
cc91b709 250.02 Dec 9, 2008
61958fc8 26 * Using keywords outside of the role block is now allowed and handled.
27
28 * The role generated by the role block is now composed with its parent role.
29 This is so you can have unparameterized components to your parameterized
30 roles, and so that does_role returns true if you ask about the parent
31 role (instead of the anonymous parameterized role).
32