0_29_01
Stevan Little [Sat, 13 May 2006 00:44:11 +0000 (00:44 +0000)]
Changes
README
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index 1586ebc..d0a89c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
 Revision history for Perl extension Class-MOP.
 
-0.30 Mon. May 8, 2006
+0.29_01 Fri. May 12, 2006
+    ++ DEVELOPER RELEASE ++
+      - This release works in combination with 
+        Moose 0.09_01, it is a developer release
+        because it introduces a new instance 
+        sub-protocol and has not yet been 
+        optimized.  
+
     * Class::MOP::Class
       - anon-classes are now properly garbage collected
         - added tests for this 
diff --git a/README b/README
index 2443f43..4e527aa 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.30
+Class::MOP version 0.29_01
 ===========================
 
 See the individual module documentation for more information
index ccc1081..de7204c 100644 (file)
@@ -11,7 +11,7 @@ use Class::MOP::Class;
 use Class::MOP::Attribute;
 use Class::MOP::Method;
 
-our $VERSION = '0.30';
+our $VERSION = '0.29_01';
 
 ## ----------------------------------------------------------------------------
 ## Setting up our environment ...