docpatch to Class::MOP::Class to make it more clear that get_attribute_list does...
Robert Buels [Tue, 10 Aug 2010 22:50:32 +0000 (15:50 -0700)]
lib/Class/MOP/Class.pm

index 0f6a3ad..c206649 100644 (file)
@@ -1706,7 +1706,8 @@ classes.
 =item B<< $metaclass->get_attribute_list >>
 
 This will return a list of attributes I<names> for all attributes
-defined in this class.
+defined in this class.  Note that this operates on the current class
+only, it does not traverse the inheritance hierarchy.
 
 =item B<< $metaclass->get_all_attributes >>