diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2006-09-01 05:43:46 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-04 13:11:01 +0000 |
commit | 630ad279b1b5cca7c05f94dc02339df068ae534a (patch) | |
tree | c26f09b85ae47b8fd492d36c4de728acd9bb6688 /lib/attributes.pm | |
parent | 63acfd0033368edc5dd21a89732267e5921511f1 (diff) | |
download | perl-630ad279b1b5cca7c05f94dc02339df068ae534a.tar.gz |
Correction to POD for FETCH_*_ATTRIBUTES
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
p4raw-id: //depot/perl@28779
Diffstat (limited to 'lib/attributes.pm')
-rw-r--r-- | lib/attributes.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm index cddac3d8a9..22afaef3f4 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<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 |