projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
392c350
)
Revert "document the return value of add_attribute"
Karen Etheridge [Wed, 29 Sep 2010 19:24:54 +0000 (12:24 -0700)]
This reverts commit
392c350b99ac9271d8a2ef56b913daa6e0a77f0e
.
lib/Class/MOP/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Class.pm
b/lib/Class/MOP/Class.pm
index
0b8efcc
..
122ed9a
100644
(file)
--- a/
lib/Class/MOP/Class.pm
+++ b/
lib/Class/MOP/Class.pm
@@
-1793,8
+1793,6
@@
class when the attribute is added.
If an attribute of the same name already exists, the old attribute
will be removed first.
-The added attribute will be returned.
-
=item B<< $metaclass->remove_attribute($attribute_name) >>
This will remove the named attribute from the class, and