adding MANIFEST.SKIP and README
[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
f71f4295 10 * examples/
9ec169fe 11 - refactored the InsideOut example to take advantage
12 of the Class::MOP::Attribute refactoring
f71f4295 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)
9ec169fe 16
a57c7fa2 170.02 Thurs Feb. 2, 2006
18 - moving examples from t/lib/* to examples/*
19 - adding POD documentation to the examples
20
a2e85e6c 210.01 Thurs Feb. 2, 2006
7c90a1a8 22 - Initial release