Add missing prereq on MX::AH.
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.06   2008-09-06
2
3 - No code changes, just added a missing prereq for
4   MooseX::AttributeHelpers.
5
6
7 0.05   2008-09-05
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
15 0.04   2008-01-21
16
17 - An internals change to make this class work with Moose 0.34.
18
19
20 0.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
27 0.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
34 0.01   2007-11-24
35
36 - First version, released on an unsuspecting world.