From: Stevan Little Date: Sat, 27 Jan 2007 21:19:24 +0000 (+0000) Subject: foo X-Git-Tag: 0_37~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8203616d0be984d3ca70ee863e75ee3784f894e5;p=gitmo%2FClass-MOP.git foo --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index bf92bf2..f5e9f8d 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1228,13 +1228,13 @@ their own. See L for more details. =item B -=item B +=item B -This stores a C<$attribute_meta_object> in the B -instance associated with the given class, and associates it with -the C<$attribute_name>. Unlike methods, attributes within the MOP -are stored as meta-information only. They will be used later to -construct instances from (see C above). +This stores the C<$attribute_meta_object> (or creates one from the +C<$attribute_name> and C<%attribute_spec>) in the B +instance associated with the given class. Unlike methods, attributes +within the MOP are stored as meta-information only. They will be used +later to construct instances from (see C above). More details about the attribute meta-objects can be found in the L or the L section.