From: Stevan Little Date: Tue, 3 Jul 2007 21:07:13 +0000 (+0000) Subject: 0.40 X-Git-Tag: 0_44~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d7205b80a55ae961f3885b7c334f0a79840462c;p=gitmo%2FClass-MOP.git 0.40 --- diff --git a/Changes b/Changes index 8c2d6e5..3e35e80 100644 --- 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 --- 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 diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index f72efcb..cc3d976 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -13,7 +13,7 @@ use Class::MOP::Method; use Class::MOP::Immutable; -our $VERSION = '0.39'; +our $VERSION = '0.40'; our $AUTHORITY = 'cpan:STEVAN'; {