Add my name to spelling whitelist
[gitmo/MooseX-FollowPBP.git] / Changes
1 0.05   2011-02-26
2
3 - In Moose 1.9900+, attributes from roles no longer acquire the consuming
4   class's attribute traits. However, you can apply attribute traits like this
5   one to attributes in roles, and that trait is preserved when the role is
6   applied to a class.
7
8   See the documentation for more details.
9
10
11 0.04   2010-07-20
12
13 - Respect "is => 'bare'" attributes.
14
15
16 0.03   2010-07-14
17
18 - Use modern Moose APIs, to avoid warnings with the next Moose release.
19
20
21 0.02   2008-02-06
22
23 - Add a missing dependency on Moose so it gets tested.
24
25
26 0.01   2008-12-16
27
28 - This code was extracted from Moose::Policy, and works without
29   needing said module.