From: Dave Rolsky Date: Mon, 10 Nov 2008 23:42:37 +0000 (+0000) Subject: bump version and update Changes X-Git-Tag: 0.07^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb7b1e1a9b2aa6170c3855043c24111c5d79e3f3;p=gitmo%2FMooseX-ClassAttribute.git bump version and update Changes --- diff --git a/Changes b/Changes index 9ead6e9..4eea10f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +0.07 2008-11-10 + +- Fixed a bug where class attributes did not honor the + Class::MOP::Attribute properly, so things that used it directly + failed. This bug could be tickled by using certain + MooseX::AttributeHelpers attribute metaclasses with a class + attribute. Fixed by Shawn Moore. + + 0.06 2008-09-06 - No code changes, just added a missing prereq for diff --git a/lib/MooseX/ClassAttribute.pm b/lib/MooseX/ClassAttribute.pm index 57e141b..4ebb219 100644 --- a/lib/MooseX/ClassAttribute.pm +++ b/lib/MooseX/ClassAttribute.pm @@ -3,7 +3,7 @@ package MooseX::ClassAttribute; use strict; use warnings; -our $VERSION = '0.06'; +our $VERSION = '0.07'; our $AUTHORITY = 'cpan:DROLSKY'; use Moose ();