Update of /cvsroot/perl-ldap/ldap/lib/Net
In directory sc8-pr-cvs1:/tmp/cvs-serv6252
Modified Files:
LDAP.pod
Log Message:
Updated copyright, changed literal < and > to E<lt> and E<gt>, changed mailing list info
Index: LDAP.pod
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pod,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- LDAP.pod 6 May 2003 21:20:24 -0000 1.23
+++ LDAP.pod 7 May 2003 10:39:10 -0000 1.24
@@ -180,7 +180,7 @@
B<Example>
$mesg = $ldap->search( @search_args );
-
+
$ldap->abandon( $mesg ); # This could be written as $mesg->abandon
@@ -218,7 +218,7 @@
# $entry is an object of class Net::LDAP::Entry
$mesg = $ldap->add( $entry );
-
+
$mesg = $ldap->add( $DN,
attrs => [
name => 'Graham Barr',
@@ -284,9 +284,9 @@
B<Example>
$ldap->bind; # Anonymous bind
-
+
$ldap->bind( $DN, password => $password);
-
+
# $sasl is an object of class Authen::SASL
$ldap->bind( $DN, sasl => $sasl, version => 3);
@@ -420,7 +420,7 @@
=item replace
-The <replace> option takes a argument in the same form as B<add>, but will
+The B<replace> option takes a argument in the same form as B<add>, but will
cause any existing attributes with the same name to be replaced. If the
value for any attribute in the HASH is a reference to an empty ARRAY
the all instances of the attribute will be deleted.
@@ -882,16 +882,15 @@
=head1 ACKNOWLEDGEMENTS
This document is based on a document originally written by Russell Fulton
-<r.f...@au...>.
+E<lt>r.f...@au...E<gt>.
-Chris Ridd <chr...@me...> for the many hours spent
+Chris Ridd E<lt>chr...@is...E<gt> for the many hours spent
testing and contribution of the ldap* command line utilities.
=head1 MAILING LIST
A discussion mailing list is hosted by sourceforge at
-<per...@li...> Don't be put off by the -dev
-in the name, the list is open for all questions.
+E<lt>per...@pe...E<gt> No subscription is necessary!
=head1 BUGS
@@ -903,11 +902,11 @@
=head1 AUTHOR
-Graham Barr <gb...@po...>
+Graham Barr E<lt>gb...@po...E<gt>
=head1 COPYRIGHT
-Copyright (c) 1997-2002 Graham Barr. All rights reserved. This program is
+Copyright (c) 1997-2003 Graham Barr. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.
|