Bump to 0.60
Shawn M Moore [Fri, 13 Jun 2008 00:38:05 +0000 (00:38 +0000)]
Changes
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index 704ca70..74e77ed 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Class-MOP.
 
-0.59
+0.60
+
+0.59 Thurs. Jun 12, 2008
     !! Several fixes resulting in yet another 25-30% speedup !!
 
     * Class::MOP::Class
index cb22ff5..985d081 100644 (file)
@@ -16,7 +16,7 @@ use Class::MOP::Method;
 use Class::MOP::Immutable;
 
 BEGIN {
-    our $VERSION   = '0.59';
+    our $VERSION   = '0.60';
     our $AUTHORITY = 'cpan:STEVAN';    
     
     *IS_RUNNING_ON_5_10 = ($] < 5.009_005)