updating version and CHanges
[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       - changed example files to .pod files and hide thier
14         package names from PAUSE (I don't want to own these
15         namespaces really, they are just examples)
16
17 0.02 Thurs Feb. 2, 2006
18     - moving examples from t/lib/* to examples/*
19         - adding POD documentation to the examples
20
21 0.01 Thurs Feb. 2, 2006
22     - Initial release