Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Control
In directory sc8-pr-cvs1:/tmp/cvs-serv1616
Modified Files:
Sort.pm
Log Message:
Changed literal < and >s, updated URL, updated mailing list
Index: Sort.pm
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Control/Sort.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Sort.pm 24 Aug 2001 19:31:14 -0000 1.6
+++ Sort.pm 7 May 2003 11:55:22 -0000 1.7
@@ -9,7 +9,7 @@
use Net::LDAP::Control;
@ISA = qw(Net::LDAP::Control);
-$VERSION = "0.01";
+$VERSION = "0.02";
use Net::LDAP::ASN qw(SortRequest);
use strict;
@@ -174,7 +174,7 @@
=head1 METHODS
As with L<Net::LDAP::Control> each constructor argument
-described above is also avaliable as a method on the object which will
+described above is also available as a method on the object which will
return the current value for the attribute if called without an argument,
and set a new value for the attribute if called with an argument.
@@ -183,14 +183,14 @@
L<Net::LDAP>,
L<Net::LDAP::Control::SortResult>,
L<Net::LDAP::Control>,
-http://info.internet.isi.edu/in-notes/rfc/files/rfc2891.txt
+http://www.ietf.org/rfc/rfc2891.txt
=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
|