Add missing prereq on MX::AH.
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
b2e0e01e 10.06 2008-09-06
2
3- No code changes, just added a missing prereq for
4 MooseX::AttributeHelpers.
5
6
70.05 2008-09-05
ba0d667d 8
9* Totally rewritten as proper meta classes, so it supports
10 introspection and all that good stuff. This breaks some old code
11 because there is no longer a "containing class" for class
12 attributes.
13
14
fab23ffc 150.04 2008-01-21
16
17- An internals change to make this class work with Moose 0.34.
18
19
8d655404 200.03 2007-12-08
21
22- Split main functionality out of sugar sub class_has(), into
23 process_class_attribute(). This makes it easier to create attributes
24 on behalf of other classes.
25
26
d48c186f 270.02 2007-11-25
28
29- Inherit from Exporter, rather than trying to import its
30 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
31 only allow subclassing.
32
33
cdd206de 340.01 2007-11-24
4dee0fd3 35
d48c186f 36- First version, released on an unsuspecting world.