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