Use add_attribute rather than _process_attribute to add attributes
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.03   2007-12-08
2
3 - Split main functionality out of sugar sub class_has(), into
4   process_class_attribute(). This makes it easier to create attributes
5   on behalf of other classes.
6
7
8 0.02   2007-11-25
9
10 - Inherit from Exporter, rather than trying to import its
11   import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
12   only allow subclassing.
13
14
15 0.01   2007-11-24
16
17 - First version, released on an unsuspecting world.