Version 0.00901. 0.00901
Florian Ragwitz [Mon, 6 Jul 2009 14:40:39 +0000 (16:40 +0200)]
Changes
lib/MooseX/Emulate/Class/Accessor/Fast.pm

diff --git a/Changes b/Changes
index 223eed2..b620fa5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.00901    July 06, 2009
           - Fix to not warn with newer versions of Moose by passing is => 'bare'
             to process_accessors method.
 
index 57d3f81..d2e4ca3 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util ();
 
 use MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor ();
 
-our $VERSION = '0.00900';
+our $VERSION = '0.00901';
 
 =head1 NAME