X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FClass.pm;fp=lib%2FClass%2FMOP%2FClass.pm;h=0b8efcc5e688c85e2c559618e83e97aebb1fc42b;hb=392c350b99ac9271d8a2ef56b913daa6e0a77f0e;hp=122ed9af5d18c9402f4b4c9491554c9e9b584742;hpb=6f241a63cddd21d3e387a70319645b34b2cfd3e6;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 122ed9a..0b8efcc 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1793,6 +1793,8 @@ 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