From: Chris R. <chr...@us...> - 2003-05-23 07:07:34
|
Update of /cvsroot/perl-ldap/ldap/lib/Net In directory sc8-pr-cvs1:/tmp/cvs-serv21696/lib/Net Modified Files: LDAP.pod Log Message: Minor typo in modify:add description Index: LDAP.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pod,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- LDAP.pod 22 May 2003 12:16:57 -0000 1.31 +++ LDAP.pod 23 May 2003 07:07:31 -0000 1.32 @@ -429,7 +429,7 @@ =item add -The B<add> option should be a reference to a HASH. The values of the +The B<add> option should be a reference to a HASH. The keys of the HASH are the attributes to add, and the values may be a string or a reference to a list of values. |