- refactoring attributes
[gitmo/Class-MOP.git] / Changes
1 Revision history for Perl extension Class-MOP.
2
3 0.03 Fri Feb. 3, 2006
4     - converted to Module::Build instead of EU::MM
5     
6     * Class::MOP::Attribute
7       - refactored method generation code
8       - attributes are now associated with class directly
9     
10     * examples
11       - refactored the InsideOut example to take advantage 
12         of the Class::MOP::Attribute refactoring
13
14 0.02 Thurs Feb. 2, 2006
15     - moving examples from t/lib/* to examples/*
16         - adding POD documentation to the examples
17
18 0.01 Thurs Feb. 2, 2006
19     - Initial release