ca0336d7e9755e648caf6e8d58d3bccf7ce97095
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.05   2008-08-07
2
3 * Totally rewritten as proper meta classes, so it supports
4   introspection and all that good stuff. This breaks some old code
5   because there is no longer a "containing class" for class
6   attributes.
7
8
9 0.04   2008-01-21
10
11 - An internals change to make this class work with Moose 0.34.
12
13
14 0.03   2007-12-08
15
16 - Split main functionality out of sugar sub class_has(), into
17   process_class_attribute(). This makes it easier to create attributes
18   on behalf of other classes.
19
20
21 0.02   2007-11-25
22
23 - Inherit from Exporter, rather than trying to import its
24   import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
25   only allow subclassing.
26
27
28 0.01   2007-11-24
29
30 - First version, released on an unsuspecting world.