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