0.40
Stevan Little [Tue, 3 Jul 2007 21:07:13 +0000 (21:07 +0000)]
Changes
README
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index 8c2d6e5..3e35e80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,11 @@
 Revision history for Perl extension Class-MOP.
 
-0.40
-
+0.40 Tues, July 3, 2007
     * t/
       ~ marked a test in 003_methods.t as TODO 
-        for perl 5.9.5
+        for perl 5.9.5 (this test is irrelvant to 
+        the module functioning on 5.9.5 for the most 
+        part anyway)
 
 0.39 Mon. June 18, 2007
     * Class::MOP::Immutable
diff --git a/README b/README
index 46e9573..8b7bd40 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.39
+Class::MOP version 0.40
 ===========================
 
 See the individual module documentation for more information
index f72efcb..cc3d976 100644 (file)
@@ -13,7 +13,7 @@ use Class::MOP::Method;
 
 use Class::MOP::Immutable;
 
-our $VERSION   = '0.39';
+our $VERSION   = '0.40';
 our $AUTHORITY = 'cpan:STEVAN';
 
 {