From: Florian Ragwitz Date: Mon, 6 Jul 2009 14:40:39 +0000 (+0200) Subject: Version 0.00901. X-Git-Tag: 0.00901^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git;a=commitdiff_plain;h=72ed17b84d08a24f7c9c411db23d5b62da64ced0 Version 0.00901. --- diff --git a/Changes b/Changes index 223eed2..b620fa5 100644 --- 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. diff --git a/lib/MooseX/Emulate/Class/Accessor/Fast.pm b/lib/MooseX/Emulate/Class/Accessor/Fast.pm index 57d3f81..d2e4ca3 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.00900'; +our $VERSION = '0.00901'; =head1 NAME