$attribute->attach_to_class($self);
$attribute->install_accessors();
$self->get_attribute_map->{$attribute->name} = $attribute;
+
+ # FIXME
+ # in theory we have to tell everyone the slot structure may have changed
}
sub has_attribute {
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
-=cutchistian
\ No newline at end of file
+=cutchistian