From: Stevan Little Date: Thu, 29 May 2008 12:38:03 +0000 (+0000) Subject: 0.47 X-Git-Tag: 0_55~130 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2391ba8938805826c336da628390eb16d94d0f9d;p=gitmo%2FMoose.git 0.47 --- diff --git a/Changes b/Changes index 7658dca..937d7f3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Moose +0.47 Thurs. May 29, 2008 + (late night release engineering)-- + + - fixing the version is META.yml, no functional + changes in this release + 0.46 Wed. May 28, 2008 !! This version now approx. 20-25% !! !! faster with new Class::MOP 0.57 !! diff --git a/README b/README index c12266a..91a188f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose version 0.46 +Moose version 0.47 =========================== See the individual module documentation for more information diff --git a/lib/Moose.pm b/lib/Moose.pm index 6b58d69..eac12bb 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.46'; +our $VERSION = '0.47'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util 'blessed', 'reftype';