this syntax apparently hasn't worked in a while
Jesse Luehrs [Sat, 11 Jul 2009 22:10:09 +0000 (17:10 -0500)]
lib/Class/MOP/Class.pm

index 8810338..ce416f8 100644 (file)
@@ -1339,11 +1339,7 @@ hash reference are method names, and values are subroutine references.
 
 =item * attributes
 
-An optional array reference of attributes.
-
-An attribute can be passed as an existing L<Class::MOP::Attribute>
-object, I<or> or as a hash reference of options which will be passed
-to the attribute metaclass's constructor.
+An optional array reference of L<Class::MOP::Attribute> objects.
 
 =back