Update Changes
[gitmo/MooseX-Role-Parameterized.git] / Changes
1 Changes for MooseX-Role-Parameterized
2
3 0.05  Apr 24, 2009
4     * Use replace_constructor in Meta::Parameter's make_immutable (nothingmuch)
5
6     * The & prototype hack has been obviated by Moose::Exporter goodness (rafl)
7
8     * List examples of MooseX::Role::Parameterized roles (Sartak)
9
10 0.04  Jan 30, 2009
11     * The role block now receives as an argument the consuming class or role.
12
13 0.03  Jan 17, 2009
14     * Parameters now default to read-only, so that you no longer have to specify
15       the extremely common case of: is => 'ro'
16
17 0.02  Dec 9, 2008
18     * Using keywords outside of the role block is now allowed and handled.
19
20     * The role generated by the role block is now composed with its parent role.
21       This is so you can have unparameterized components to your parameterized
22       roles, and so that does_role returns true if you ask about the parent
23       role (instead of the anonymous parameterized role).
24