pass bare names and quote them closer to the code generation
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
bb7b1e1a 10.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
b2e0e01e 100.06 2008-09-06
11
12- No code changes, just added a missing prereq for
13 MooseX::AttributeHelpers.
14
15
160.05 2008-09-05
ba0d667d 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
fab23ffc 240.04 2008-01-21
25
26- An internals change to make this class work with Moose 0.34.
27
28
8d655404 290.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
d48c186f 360.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
cdd206de 430.01 2007-11-24
4dee0fd3 44
d48c186f 45- First version, released on an unsuspecting world.