More changes
[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
05e2588c 4 exception when the attribute's accessor was called. Reported by
5 Josh.
8a86e910 6
7
f90a1d73 80.08 2009-04-07
b64c8efa 9
b0e6dc02 10- Make this module work with Moose 0.73_01+.
b64c8efa 11
12- Deprecated compute_all_applicable_class_attributes. Use
13 get_all_class_attributes instead.
14
15
bb7b1e1a 160.07 2008-11-10
17
18- Fixed a bug where class attributes did not honor the
19 Class::MOP::Attribute properly, so things that used it directly
20 failed. This bug could be tickled by using certain
21 MooseX::AttributeHelpers attribute metaclasses with a class
22 attribute. Fixed by Shawn Moore.
23
24
b2e0e01e 250.06 2008-09-06
26
27- No code changes, just added a missing prereq for
28 MooseX::AttributeHelpers.
29
30
310.05 2008-09-05
ba0d667d 32
33* Totally rewritten as proper meta classes, so it supports
34 introspection and all that good stuff. This breaks some old code
35 because there is no longer a "containing class" for class
36 attributes.
37
38
fab23ffc 390.04 2008-01-21
40
41- An internals change to make this class work with Moose 0.34.
42
43
8d655404 440.03 2007-12-08
45
46- Split main functionality out of sugar sub class_has(), into
47 process_class_attribute(). This makes it easier to create attributes
48 on behalf of other classes.
49
50
d48c186f 510.02 2007-11-25
52
53- Inherit from Exporter, rather than trying to import its
54 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
55 only allow subclassing.
56
57
cdd206de 580.01 2007-11-24
4dee0fd3 59
d48c186f 60- First version, released on an unsuspecting world.