Update ignore lis
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
8a86e910 10.09 2009-07-09
2
3- An attribute with a builder that wasn't also lazy caused an
4 exception when the attribute's accessor was called.
5
6
f90a1d73 70.08 2009-04-07
b64c8efa 8
b0e6dc02 9- Make this module work with Moose 0.73_01+.
b64c8efa 10
11- Deprecated compute_all_applicable_class_attributes. Use
12 get_all_class_attributes instead.
13
14
bb7b1e1a 150.07 2008-11-10
16
17- Fixed a bug where class attributes did not honor the
18 Class::MOP::Attribute properly, so things that used it directly
19 failed. This bug could be tickled by using certain
20 MooseX::AttributeHelpers attribute metaclasses with a class
21 attribute. Fixed by Shawn Moore.
22
23
b2e0e01e 240.06 2008-09-06
25
26- No code changes, just added a missing prereq for
27 MooseX::AttributeHelpers.
28
29
300.05 2008-09-05
ba0d667d 31
32* Totally rewritten as proper meta classes, so it supports
33 introspection and all that good stuff. This breaks some old code
34 because there is no longer a "containing class" for class
35 attributes.
36
37
fab23ffc 380.04 2008-01-21
39
40- An internals change to make this class work with Moose 0.34.
41
42
8d655404 430.03 2007-12-08
44
45- Split main functionality out of sugar sub class_has(), into
46 process_class_attribute(). This makes it easier to create attributes
47 on behalf of other classes.
48
49
d48c186f 500.02 2007-11-25
51
52- Inherit from Exporter, rather than trying to import its
53 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
54 only allow subclassing.
55
56
cdd206de 570.01 2007-11-24
4dee0fd3 58
d48c186f 59- First version, released on an unsuspecting world.