added Test::Exception prereq, replaced eval's in tests
[gitmo/MooseX-Role-Parameterized.git] / Changes
1 Changes for MooseX-Role-Parameterized
2
3 0.05
4
5 0.04  Jan 30, 2008
6     * The role block now receives as an argument the consuming class or role.
7
8 0.03  Jan 17, 2008
9     * Parameters now default to read-only, so that you no longer have to specify
10       the extremely common case of: is => 'ro'
11
12 0.02  Dec 9, 2008
13     * Using keywords outside of the role block is now allowed and handled.
14
15     * The role generated by the role block is now composed with its parent role.
16       This is so you can have unparameterized components to your parameterized
17       roles, and so that does_role returns true if you ask about the parent
18       role (instead of the anonymous parameterized role).
19