From: Stevan Little Date: Thu, 29 May 2008 12:31:25 +0000 (+0000) Subject: 0.58 X-Git-Tag: 0_64~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62781d9f3fce2443e2930a70b86902135f3ca625;p=gitmo%2FClass-MOP.git 0.58 --- diff --git a/Changes b/Changes index 43ac15d..6087142 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Class-MOP. +0.58 + (late night release engineering)-- + + - fixing the version is META.yml, no functional + changes in this release + 0.57 Wed. May 28, 2008 !! Seveal speedups resulting in 20-25% speedups !! || (thanks to konobi, groditi, mst & CataMoose) !! diff --git a/README b/README index 4930280..32af088 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::MOP version 0.57 +Class::MOP version 0.58 =========================== See the individual module documentation for more information diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 30acf21..85a5a23 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -16,7 +16,7 @@ use Class::MOP::Method; use Class::MOP::Immutable; BEGIN { - our $VERSION = '0.57'; + our $VERSION = '0.58'; our $AUTHORITY = 'cpan:STEVAN'; *IS_RUNNING_ON_5_10 = ($] < 5.009_005)