projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2a51fae
)
Prep for 0.04 release
0.04
Dave Rolsky [Mon, 21 Jan 2008 23:56:00 +0000 (23:56 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/ClassAttribute.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/MooseX/ClassAttribute.pm
b/lib/MooseX/ClassAttribute.pm
index
b2e04dc
..
5ea8829
100644
(file)
--- 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