0.47
Stevan Little [Thu, 29 May 2008 12:38:03 +0000 (12:38 +0000)]
Changes
README
lib/Moose.pm

diff --git a/Changes b/Changes
index 7658dca..937d7f3 100644 (file)
--- 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 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Moose version 0.46
+Moose version 0.47
 ===========================
 
 See the individual module documentation for more information
index 6b58d69..eac12bb 100644 (file)
@@ -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';