From: Dave Rolsky Date: Mon, 21 Jan 2008 23:56:00 +0000 (+0000) Subject: Prep for 0.04 release X-Git-Tag: 0.04^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ClassAttribute.git;a=commitdiff_plain;h=fab23ffc5e4893382308bf2dbd84556e48df0b03 Prep for 0.04 release --- diff --git a/Changes b/Changes index 4cd1bb7..26e725a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.04 2008-01-21 + +- An internals change to make this class work with Moose 0.34. + + 0.03 2007-12-08 - Split main functionality out of sugar sub class_has(), into diff --git a/lib/MooseX/ClassAttribute.pm b/lib/MooseX/ClassAttribute.pm index b2e04dc..5ea8829 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.03'; +our $VERSION = '0.04'; our $AUTHORITY = 'cpan:DROLSKY'; our @EXPORT = 'class_has'; ## no critic ProhibitAutomaticExportation