Only run tests for maintainer
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
fab23ffc 10.04 2008-01-21
2
3- An internals change to make this class work with Moose 0.34.
4
5
8d655404 60.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
d48c186f 130.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
cdd206de 200.01 2007-11-24
4dee0fd3 21
d48c186f 22- First version, released on an unsuspecting world.