From: Jesse Luehrs Date: Sat, 11 Jul 2009 22:10:09 +0000 (-0500) Subject: this syntax apparently hasn't worked in a while X-Git-Tag: 0.90~24^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9babfa05fadc9b33a8f01c54b20277888b78b522;p=gitmo%2FClass-MOP.git this syntax apparently hasn't worked in a while --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 8810338..ce416f8 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -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 -object, I or as a hash reference of options which will be passed -to the attribute metaclass's constructor. +An optional array reference of L objects. =back