Changes for 0.05
[gitmo/MooseX-FollowPBP.git] / Changes
CommitLineData
47728067 10.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
097c9390 10
988de395 110.04 2010-07-20
12
13- Respect "is => 'bare'" attributes.
14
15
5a3f904c 160.03 2010-07-14
17
18- Use modern Moose APIs, to avoid warnings with the next Moose release.
19
20
a623c113 210.02 2008-02-06
22
23- Add a missing dependency on Moose so it gets tested.
24
25
260.01 2008-12-16
27
28- This code was extracted from Moose::Policy, and works without
29 needing said module.