projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b5d911
)
Changes for parameterized traits bug fix
Dave Rolsky [Mon, 29 Aug 2011 16:27:52 +0000 (11:27 -0500)]
Conflicts:
Changes
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
cd58185
..
8668613
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-3,6
+3,12
@@
for, noteworthy changes.
{{$NEXT}}
+ [BUG FIXES]
+
+ * When specifying an attribute trait, passing options for the trait besides
+ -alias or -excludes caused a warning. However, passing other options is
+ totally valid when using MooseX::Role::Parameterized. (sartak)
+
2.0204 Thu, Aug 25, 2011
[BUG FIXES]