From: Robert Buels <rmb32@cornell.edu>
Date: Tue, 10 Aug 2010 22:50:32 +0000 (-0700)
Subject: docpatch to Class::MOP::Class to make it more clear that get_attribute_list does... 
X-Git-Tag: 1.05~10
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8deee66e55238b0c01ed6f687dabe53b1931b087;p=gitmo%2FClass-MOP.git

docpatch to Class::MOP::Class to make it more clear that get_attribute_list does not traverse the inheritance hierarchy
---

diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm
index 0f6a3ad..c206649 100644
--- a/lib/Class/MOP/Class.pm
+++ b/lib/Class/MOP/Class.pm
@@ -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 >>