projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24b8021
)
Add composition fix to changes
Dave Rolsky [Mon, 14 Feb 2011 00:05:40 +0000 (18:05 -0600)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6677f3b
..
19399c9
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-4,6
+4,9
@@
role as actually being applied in the meta class (or role) to which it was
applied.
+- Applying multiple roles to a class lost all class attributes from those
+ roles. Fixed by Andrew Rodland.
+
0.22 2011-02-02