From: Florian Ragwitz Date: Tue, 15 Sep 2009 21:42:49 +0000 (+0200) Subject: Version 0.00903. X-Git-Tag: 0.00903^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git;a=commitdiff_plain;h=bb34e4d0ee87217f81a93586157e10753b34c277 Version 0.00903. --- diff --git a/Changes b/Changes index f90e129..3a0f9ab 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.00903 Sept 15, 2009 + - Silence a test warning from Moose 0.90 (Dave Rolsky). + 0.00902 July 10, 2009 - Bump required Moose version to avoid issues with is => 'bare' when an older version of Moose is already installed. diff --git a/lib/MooseX/Emulate/Class/Accessor/Fast.pm b/lib/MooseX/Emulate/Class/Accessor/Fast.pm index 346aea8..3573ba1 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.00902'; +our $VERSION = '0.00903'; =head1 NAME