adding in another example
[gitmo/Class-MOP.git] / Changes
CommitLineData
7c90a1a8 1Revision history for Perl extension Class-MOP.
2
343203ee 30.04
4 - some documentation suggestions from #perl6
5
9ec169fe 60.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
f71f4295 13 * examples/
9ec169fe 14 - refactored the InsideOut example to take advantage
15 of the Class::MOP::Attribute refactoring
f71f4295 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)
9ec169fe 19
a57c7fa2 200.02 Thurs Feb. 2, 2006
21 - moving examples from t/lib/* to examples/*
22 - adding POD documentation to the examples
23
a2e85e6c 240.01 Thurs Feb. 2, 2006
7c90a1a8 25 - Initial release