Prep for 0.04 release 0.04
Dave Rolsky [Mon, 21 Jan 2008 23:56:00 +0000 (23:56 +0000)]
Changes
lib/MooseX/ClassAttribute.pm

diff --git a/Changes b/Changes
index 4cd1bb7..26e725a 100644 (file)
--- 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
index b2e04dc..5ea8829 100644 (file)
@@ -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