0_24 0_24
Stevan Little [Tue, 11 Apr 2006 19:55:05 +0000 (19:55 +0000)]
Changes
README
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index 4c450b5..ac0abd8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 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
diff --git a/README b/README
index 7767d47..571b592 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.23
+Class::MOP version 0.24
 ===========================
 
 See the individual module documentation for more information
index d6f3a58..a510418 100644 (file)
@@ -11,7 +11,7 @@ use Class::MOP::Class;
 use Class::MOP::Attribute;
 use Class::MOP::Method;
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 
 ## ----------------------------------------------------------------------------
 ## Setting up our environment ...