Revision history for Perl extension Class-MOP.
-0.07
+0.10 Tues Feb. 14, 2006
+ ** This release was mostly about writing more tests and
+ cleaning out old and dusty code, the MOP should now
+ be considered "ready to use".
+
- adding more tests to get coverage up a little higher,
mostly testing errors and edge cases.
- test coverage is now at 99%
-Class::MOP version 0.07
+Class::MOP version 0.10
===========================
See the individual module documentation for more information
use Class::MOP::Attribute;
use Class::MOP::Method;
-our $VERSION = '0.07';
+our $VERSION = '0.10';
## ----------------------------------------------------------------------------
## Setting up our environment ...
## that it can operate effectively. Those things are done here.
## ----------------------------------------------------------------------------
-# so that mixins can have runtime
-# dispatched SUPER calls
-use SUPER ();
+# ... nothing yet actually ;)
## ----------------------------------------------------------------------------
## Bootstrapping