changes and MANIFEST only
[gitmo/Class-MOP.git] / Changes
1 Revision history for Perl extension Class-MOP.
2
3 0.05 Sat Feb. 4, 2006
4     * Class::MOP::Class
5       - added the &attribute_metaclass and &method_metaclass
6         attributes which contain a metaclass name to use for 
7         attributes/methods respectively
8     
9     * Class::MOP
10       - bootstrap additional attributes for Class::MOP::Class 
11         
12     * examples/
13       - adjusted the example code and tests to use the new
14         &attribute_metaclass feature of Class::MOP::Class
15       - added new example:
16         - LazyClass
17
18 0.04 Fri Feb. 3, 2006
19     * Class::MOP::Class
20       - some documentation suggestions from #perl6
21     
22     * Class::MOP::Attribute
23       - improved error messages    
24     
25     * examples/
26       - added new examples:
27         - AttributesWithHistory
28         - ClassEncapsultedAttributes
29
30 0.03 Fri Feb. 3, 2006
31     - converted to Module::Build instead of EU::MM
32     
33     * Class::MOP::Attribute
34       - refactored method generation code
35       - attributes are now associated with class directly
36     
37     * examples/
38       - refactored the InsideOut example to take advantage 
39         of the Class::MOP::Attribute refactoring
40       - changed example files to .pod files and hide thier
41         package names from PAUSE (I don't want to own these
42         namespaces really, they are just examples)
43
44 0.02 Thurs Feb. 2, 2006
45     - moving examples from t/lib/* to examples/*
46         - adding POD documentation to the examples
47
48 0.01 Thurs Feb. 2, 2006
49     - Initial release