From: Guillermo Roditi Date: Fri, 2 Jan 2009 20:32:07 +0000 (+0000) Subject: new release X-Git-Tag: 0.00701^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73933c31f4f063359211d8647b6d2ee9636d9bc0;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git new release --- diff --git a/Changes b/Changes index c1b802e..74c4b69 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ -0.00800 +0.00701 Jan 02, 2008 - Better errors when trying to modify an immutable class + - Fix typo in Makefile.PL description + - Missing dep in Makefile.PL (rafl) 0.00700 Dec 29, 2008 - Creating a new accessor with the same name as an old one would result in a new attribute with no reader/writer/accessor. Reported by t0m diff --git a/lib/MooseX/Emulate/Class/Accessor/Fast.pm b/lib/MooseX/Emulate/Class/Accessor/Fast.pm index 562fbbd..91c218c 100644 --- a/lib/MooseX/Emulate/Class/Accessor/Fast.pm +++ b/lib/MooseX/Emulate/Class/Accessor/Fast.pm @@ -4,7 +4,7 @@ use Moose::Role; use Class::MOP (); use Scalar::Util (); -our $VERSION = '0.00700'; +our $VERSION = '0.00701'; =head1 NAME