Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Control
In directory sc8-pr-cvs1:/tmp/cvs-serv32573
Modified Files:
Paged.pm
Log Message:
Changed literal < and >s, updated URL, updated mailing list
Index: Paged.pm
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Control/Paged.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Paged.pm 24 Aug 2001 19:31:14 -0000 1.4
+++ Paged.pm 7 May 2003 11:51:34 -0000 1.5
@@ -9,7 +9,7 @@
use Net::LDAP::Control;
@ISA = qw(Net::LDAP::Control);
-$VERSION = "0.01";
+$VERSION = "0.02";
use Net::LDAP::ASN qw(realSearchControlValue);
use strict;
@@ -142,14 +142,14 @@
L<Net::LDAP>,
L<Net::LDAP::Control>,
-http://info.internet.isi.edu/in-notes/rfc/files/rfc2696.txt
+http://www.ietf.org/rfc/rfc2696.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
|