projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c931365
)
Remove Moose's comment
gfx [Fri, 9 Oct 2009 03:47:57 +0000 (12:47 +0900)]
lib/Mouse/Meta/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Meta/Class.pm
b/lib/Mouse/Meta/Class.pm
index
beaeee5
..
a33083a
100644
(file)
--- a/
lib/Mouse/Meta/Class.pm
+++ b/
lib/Mouse/Meta/Class.pm
@@
-204,7
+204,6
@@
sub _initialize_object{
: ref($default) eq 'CODE' ? $object->$default()
: $default;
- # XXX: we cannot use $attribute->set_value() because it invokes triggers.
$object->{$key} = $attribute->_coerce_and_verify($value, $object);;
weaken($object->{$key})