Version 0.00900. 0.00900
Florian Ragwitz [Thu, 28 May 2009 23:16:42 +0000 (01:16 +0200)]
Changes
lib/MooseX/Emulate/Class/Accessor/Fast.pm

diff --git a/Changes b/Changes
index dcadee2..a651002 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.00900
+0.00900    May 29, 2009
           - Fix so that classes which implement BUILD themselves still get
             all attributes passed to their constuctor placed into the instance
             hash (t0m)
index 64df919..29cae87 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util ();
 
 use MooseX::Emulate::Class::Accessor::Fast::Meta::Accessor ();
 
-our $VERSION = '0.00802';
+our $VERSION = '0.00900';
 
 =head1 NAME