From: Chris R. <chr...@us...> - 2003-05-07 11:59:17
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Control In directory sc8-pr-cvs1:/tmp/cvs-serv3059 Modified Files: VLVResponse.pm Log Message: Changed literal < and >s, removed URL, updated mailing list Index: VLVResponse.pm =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Control/VLVResponse.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- VLVResponse.pm 7 Apr 2003 15:05:14 -0000 1.5 +++ VLVResponse.pm 7 May 2003 11:59:14 -0000 1.6 @@ -8,7 +8,7 @@ use Net::LDAP::Control; @ISA = qw(Net::LDAP::Control); -$VERSION = "0.02"; +$VERSION = "0.03"; use Net::LDAP::ASN qw(VirtualListViewResponse); use strict; @@ -174,15 +174,14 @@ =head1 SEE ALSO L<Net::LDAP>, -L<Net::LDAP::Control>, -http://info.internet.isi.edu/in-notes/rfc/files/rfc2696.txt +L<Net::LDAP::Control> =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 |