Bump version, changelog 0.00902
Tomas Doran (t0m) [Fri, 10 Jul 2009 11:15:40 +0000 (12:15 +0100)]
Changes
lib/MooseX/Emulate/Class/Accessor/Fast.pm

diff --git a/Changes b/Changes
index b620fa5..f90e129 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.00902    July 10, 2009
+          - Bump required Moose version to avoid issues with is => 'bare'
+            when an older version of Moose is already installed.
+
 0.00901    July 06, 2009
           - Fix to not warn with newer versions of Moose by passing is => 'bare'
             to process_accessors method.
index d2e4ca3..346aea8 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util ();
 
 use MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor ();
 
-our $VERSION = '0.00901';
+our $VERSION = '0.00902';
 
 =head1 NAME