From: Jerry D. Hedden Date: Fri, 1 Sep 2006 12:43:46 +0000 (-0700) Subject: Correction to POD for FETCH_*_ATTRIBUTES X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=630ad279b1b5cca7c05f94dc02339df068ae534a;p=p5sagit%2Fp5-mst-13.2.git Correction to POD for FETCH_*_ATTRIBUTES From: "Jerry D. Hedden" Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net> p4raw-id: //depot/perl@28779 --- diff --git a/lib/attributes.pm b/lib/attributes.pm index cddac3d..22afaef 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -255,10 +255,10 @@ The class methods invoked for modifying and fetching are these: =item FETCH_I_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_ATTRIBUTES