0.58
Stevan Little [Thu, 29 May 2008 12:31:25 +0000 (12:31 +0000)]
Changes
README
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index 43ac15d..6087142 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Class-MOP.
 
+0.58
+    (late night release engineering)--
+    
+    - fixing the version is META.yml, no functional 
+      changes in this release
+
 0.57 Wed. May 28, 2008
     !! Seveal speedups resulting in 20-25% speedups !!
     || (thanks to konobi, groditi, mst & CataMoose) !!
diff --git a/README b/README
index 4930280..32af088 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.57
+Class::MOP version 0.58
 ===========================
 
 See the individual module documentation for more information
index 30acf21..85a5a23 100644 (file)
@@ -16,7 +16,7 @@ use Class::MOP::Method;
 use Class::MOP::Immutable;
 
 BEGIN {
-    our $VERSION   = '0.57';
+    our $VERSION   = '0.58';
     our $AUTHORITY = 'cpan:STEVAN';    
     
     *IS_RUNNING_ON_5_10 = ($] < 5.009_005)