Correction to POD for FETCH_*_ATTRIBUTES
Jerry D. Hedden [Fri, 1 Sep 2006 12:43:46 +0000 (05:43 -0700)]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28779

lib/attributes.pm

index cddac3d..22afaef 100644 (file)
@@ -255,10 +255,10 @@ The class methods invoked for modifying and fetching are these:
 
 =item FETCH_I<type>_ATTRIBUTES
 
-This method receives a single argument, which is a reference to the
-variable or subroutine for which package-defined attributes are desired.
-The expected return value is a list of associated attributes.
-This list may be empty.
+This method is called with two arguments:  the relevant package name,
+and a reference to a variable or subroutine for which package-defined
+attributes are desired.  The expected return value is a list of
+associated attributes.  This list may be empty.
 
 =item MODIFY_I<type>_ATTRIBUTES