From: Stevan Little Date: Sat, 13 May 2006 00:44:11 +0000 (+0000) Subject: 0_29_01 X-Git-Tag: 0_29_02~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=667cecf3cd86336c3f542924a0b02e4ca2dd97d9;p=gitmo%2FClass-MOP.git 0_29_01 --- diff --git a/Changes b/Changes index 1586ebc..d0a89c5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for Perl extension Class-MOP. -0.30 Mon. May 8, 2006 +0.29_01 Fri. May 12, 2006 + ++ DEVELOPER RELEASE ++ + - This release works in combination with + Moose 0.09_01, it is a developer release + because it introduces a new instance + sub-protocol and has not yet been + optimized. + * Class::MOP::Class - anon-classes are now properly garbage collected - added tests for this diff --git a/README b/README index 2443f43..4e527aa 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::MOP version 0.30 +Class::MOP version 0.29_01 =========================== See the individual module documentation for more information diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index ccc1081..de7204c 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -11,7 +11,7 @@ use Class::MOP::Class; use Class::MOP::Attribute; use Class::MOP::Method; -our $VERSION = '0.30'; +our $VERSION = '0.29_01'; ## ---------------------------------------------------------------------------- ## Setting up our environment ...