Revision history for Perl extension Class-MOP.
-0.24
+0.24 Tues. April 11, 2006
* Class::MOP::Class
- cleaned up how the before/after/around method
modifiers get named with Sub::Name
-Class::MOP version 0.23
+Class::MOP version 0.24
===========================
See the individual module documentation for more information
use Class::MOP::Attribute;
use Class::MOP::Method;
-our $VERSION = '0.23';
+our $VERSION = '0.24';
## ----------------------------------------------------------------------------
## Setting up our environment ...