From: Chris R. <chr...@us...> - 2003-05-07 11:14:25
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv19289 Modified Files: Reference.pod Log Message: Changed literal < and >s, updated mailing list, added description Index: Reference.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Reference.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Reference.pod 24 Aug 2001 19:31:14 -0000 1.3 +++ Reference.pod 7 May 2003 11:14:22 -0000 1.4 @@ -5,9 +5,9 @@ =head1 SYNOPSIS use Net::LDAP; - + $ldap->search( @search_args, callback => \&process); - + sub process { my $mesg = shift; my $obj = shift; @@ -16,7 +16,7 @@ } elsif ($obj->isa('Net::LDAP::Reference')) { my $ref; - + foreach $ref ($obj->references) { # process ref } @@ -28,6 +28,9 @@ =head1 DESCRIPTION +The B<Net::LDAP::Reference> object represents a reference (sometimes +called a "referral") returned by the directory from a search. + =head1 METHODS =over 4 @@ -45,10 +48,10 @@ =head1 AUTHOR -Graham Barr <gb...@po...>. +Graham Barr E<lt>gb...@po...E<gt>. Please report any bugs, or post any suggestions, to the perl-ldap mailing list -<per...@li...>. +E<lt>per...@pe...E<gt>. =head1 COPYRIGHT |