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