From: Chris R. <chr...@us...> - 2003-05-07 11:17:12
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv20383 Modified Files: Search.pod Log Message: Changed literal < and >s, updated mailing list Index: Search.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Search.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Search.pod 24 Aug 2001 19:31:14 -0000 1.4 +++ Search.pod 7 May 2003 11:17:06 -0000 1.5 @@ -5,9 +5,9 @@ =head1 SYNOPSIS use Net::LDAP; - + $mesg = $ldap->search( @search_args ); - + @entries = $mesg->entries; =head1 DESCRIPTION @@ -95,14 +95,14 @@ =head1 ACKNOWLEDGEMENTS This document is based on a document originally written by Russell Fulton -<r.f...@au...>. +E<lt>r.f...@au...E<gt>. =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 |