From: Graham B. <gb...@us...> - 2003-05-06 21:20:29
|
Update of /cvsroot/perl-ldap/ldap/lib/Net In directory sc8-pr-cvs1:/tmp/cvs-serv5604/lib/Net Modified Files: LDAP.pod Log Message: Move =back to correct position Index: LDAP.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pod,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- LDAP.pod 6 May 2003 16:58:22 -0000 1.22 +++ LDAP.pod 6 May 2003 21:20:24 -0000 1.23 @@ -520,6 +520,8 @@ no DN is supplied the base object entry will be determined from the rootDSE entry. +=back + B<Example> my $schema = $ldap->schema(); @@ -801,8 +803,6 @@ certificate, do this: print "Subject DN: " . $ldaps->certificate->subject_name . "\n"; - -=back =item version |