0.42
Stevan Little [Tue, 17 Jul 2007 02:46:58 +0000 (02:46 +0000)]
Changes
README
lib/Class/MOP.pm
lib/Class/MOP/Package.pm

diff --git a/Changes b/Changes
index 36b672f..8730fad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,13 @@
 Revision history for Perl extension Class-MOP.
 
+0.42
+    !!! Horray for mst, he fixed it !!!
+
     * Class::MOP::Package
       - alter symbol table handling to deal with 5.8.x and 5.9.x
+      
     * t/
-        Get rid of the crappy workaround from 0.40/41
+      - Get rid of the crappy workaround from 0.40/41
 
 0.41 Sun. July 15, 2007
     * t/
diff --git a/README b/README
index fcd4431..429861f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Class::MOP version 0.41
+Class::MOP version 0.42
 ===========================
 
 See the individual module documentation for more information
index bc82096..dcd0b8b 100644 (file)
@@ -13,7 +13,7 @@ use Class::MOP::Method;
 
 use Class::MOP::Immutable;
 
-our $VERSION   = '0.41';
+our $VERSION   = '0.42';
 our $AUTHORITY = 'cpan:STEVAN';
 
 {
@@ -855,6 +855,8 @@ Brandon (blblack) Black
 
 Guillermo (groditi) Roditi
 
+Matt (mst) Trout
+
 Rob (robkinyon) Kinyon
 
 Yuval (nothingmuch) Kogman
index a95d29b..3020727 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Scalar::Util 'blessed';
 use Carp         'confess';
 
-our $VERSION   = '0.06';
+our $VERSION   = '0.07';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Object';