Require Moose 0.34
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
8d655404 10.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
d48c186f 80.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
cdd206de 150.01 2007-11-24
4dee0fd3 16
d48c186f 17- First version, released on an unsuspecting world.