remove generated flie
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.04   2008-01-21
2
3 - An internals change to make this class work with Moose 0.34.
4
5
6 0.03   2007-12-08
7
8 - Split main functionality out of sugar sub class_has(), into
9   process_class_attribute(). This makes it easier to create attributes
10   on behalf of other classes.
11
12
13 0.02   2007-11-25
14
15 - Inherit from Exporter, rather than trying to import its
16   import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
17   only allow subclassing.
18
19
20 0.01   2007-11-24
21
22 - First version, released on an unsuspecting world.