From: Tomas Doran (t0m) Date: Fri, 10 Jul 2009 11:15:40 +0000 (+0100) Subject: Bump version, changelog X-Git-Tag: 0.00902^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git;a=commitdiff_plain;h=04283e901fb71c2bb86cfa69d0731d07d34c7147 Bump version, changelog --- diff --git a/Changes b/Changes index b620fa5..f90e129 100644 --- 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. diff --git a/lib/MooseX/Emulate/Class/Accessor/Fast.pm b/lib/MooseX/Emulate/Class/Accessor/Fast.pm index d2e4ca3..346aea8 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.00901'; +our $VERSION = '0.00902'; =head1 NAME