- refactoring attributes
[gitmo/Class-MOP.git] / Changes
CommitLineData
7c90a1a8 1Revision history for Perl extension Class-MOP.
2
9ec169fe 30.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
a57c7fa2 140.02 Thurs Feb. 2, 2006
15 - moving examples from t/lib/* to examples/*
16 - adding POD documentation to the examples
17
a2e85e6c 180.01 Thurs Feb. 2, 2006
7c90a1a8 19 - Initial release