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