From: Florian Ragwitz Date: Thu, 28 May 2009 23:16:42 +0000 (+0200) Subject: Version 0.00900. X-Git-Tag: 0.00900^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git;a=commitdiff_plain;h=895a1a6454f3b1501f30ab5958cb9307237c9646 Version 0.00900. --- diff --git a/Changes b/Changes index dcadee2..a651002 100644 --- 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) diff --git a/lib/MooseX/Emulate/Class/Accessor/Fast.pm b/lib/MooseX/Emulate/Class/Accessor/Fast.pm index 64df919..29cae87 100644 --- a/lib/MooseX/Emulate/Class/Accessor/Fast.pm +++ b/lib/MooseX/Emulate/Class/Accessor/Fast.pm @@ -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