You ain't getting rid of that FIXME
Yuval Kogman [Sat, 29 Apr 2006 02:36:36 +0000 (02:36 +0000)]
lib/Class/MOP/Class.pm

index bcdb18d..80ca6c5 100644 (file)
@@ -492,6 +492,9 @@ sub add_attribute {
     $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 {
@@ -1215,4 +1218,4 @@ L<http://www.iinteractive.com>
 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