ready for the 0.04 release
[gitmo/Class-MOP.git] / Changes
CommitLineData
7c90a1a8 1Revision history for Perl extension Class-MOP.
2
d7c2cbe3 30.04 Fri Feb. 3, 2006
d6fbcd05 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
d7c2cbe3 13 - ClassEncapsultedAttributes
343203ee 14
9ec169fe 150.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
f71f4295 22 * examples/
9ec169fe 23 - refactored the InsideOut example to take advantage
24 of the Class::MOP::Attribute refactoring
f71f4295 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)
9ec169fe 28
a57c7fa2 290.02 Thurs Feb. 2, 2006
30 - moving examples from t/lib/* to examples/*
31 - adding POD documentation to the examples
32
a2e85e6c 330.01 Thurs Feb. 2, 2006
7c90a1a8 34 - Initial release