Fix indentation
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.07   2008-11-10
2
3 - Fixed a bug where class attributes did not honor the
4   Class::MOP::Attribute properly, so things that used it directly
5   failed. This bug could be tickled by using certain
6   MooseX::AttributeHelpers attribute metaclasses with a class
7   attribute. Fixed by Shawn Moore.
8
9
10 0.06   2008-09-06
11
12 - No code changes, just added a missing prereq for
13   MooseX::AttributeHelpers.
14
15
16 0.05   2008-09-05
17
18 * Totally rewritten as proper meta classes, so it supports
19   introspection and all that good stuff. This breaks some old code
20   because there is no longer a "containing class" for class
21   attributes.
22
23
24 0.04   2008-01-21
25
26 - An internals change to make this class work with Moose 0.34.
27
28
29 0.03   2007-12-08
30
31 - Split main functionality out of sugar sub class_has(), into
32   process_class_attribute(). This makes it easier to create attributes
33   on behalf of other classes.
34
35
36 0.02   2007-11-25
37
38 - Inherit from Exporter, rather than trying to import its
39   import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
40   only allow subclassing.
41
42
43 0.01   2007-11-24
44
45 - First version, released on an unsuspecting world.