Bump version
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
b64c8efa 10.08
2
b0e6dc02 3- Make this module work with Moose 0.73_01+.
b64c8efa 4
5- Deprecated compute_all_applicable_class_attributes. Use
6 get_all_class_attributes instead.
7
8
bb7b1e1a 90.07 2008-11-10
10
11- Fixed a bug where class attributes did not honor the
12 Class::MOP::Attribute properly, so things that used it directly
13 failed. This bug could be tickled by using certain
14 MooseX::AttributeHelpers attribute metaclasses with a class
15 attribute. Fixed by Shawn Moore.
16
17
b2e0e01e 180.06 2008-09-06
19
20- No code changes, just added a missing prereq for
21 MooseX::AttributeHelpers.
22
23
240.05 2008-09-05
ba0d667d 25
26* Totally rewritten as proper meta classes, so it supports
27 introspection and all that good stuff. This breaks some old code
28 because there is no longer a "containing class" for class
29 attributes.
30
31
fab23ffc 320.04 2008-01-21
33
34- An internals change to make this class work with Moose 0.34.
35
36
8d655404 370.03 2007-12-08
38
39- Split main functionality out of sugar sub class_has(), into
40 process_class_attribute(). This makes it easier to create attributes
41 on behalf of other classes.
42
43
d48c186f 440.02 2007-11-25
45
46- Inherit from Exporter, rather than trying to import its
47 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
48 only allow subclassing.
49
50
cdd206de 510.01 2007-11-24
4dee0fd3 52
d48c186f 53- First version, released on an unsuspecting world.