Update of /cvsroot/perl-ldap/ldap
In directory usw-pr-cvs1:/tmp/cvs-serv5539
Modified Files:
MANIFEST Makefile.PL
Log Message:
Change over to using Authen::SASL v2.00, which is now distributed
in a separate distribution
Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/MANIFEST,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- MANIFEST 24 Oct 2001 14:37:34 -0000 1.16
+++ MANIFEST 18 Feb 2002 16:51:41 -0000 1.17
@@ -42,7 +42,6 @@
data/slapd.at.conf
data/slapd.oc.conf
data/slapd2-conf.in
-htdocs/Authen/SASL.html
htdocs/Bundle/Net/LDAP.html
htdocs/Net/LDAP.html
htdocs/Net/LDAP/Constant.html
@@ -71,10 +70,6 @@
htdocs/index.html
htdocs/index.xml
install-nomake
-lib/Authen/SASL.pm
-lib/Authen/SASL.pod
-lib/Authen/SASL/CRAM_MD5.pm
-lib/Authen/SASL/EXTERNAL.pm
lib/Bundle/Net/LDAP.pm
lib/LWP/Protocol/ldap.pm
lib/Net/LDAP.pm
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.PL 3 Dec 2001 16:20:26 -0000 1.7
+++ Makefile.PL 18 Feb 2002 16:51:41 -0000 1.8
@@ -71,6 +71,10 @@
The MIME::Base64 module is needed ONLY IF you intend to read/write LDIF files
EDQ
+check_module('Authen::SASL', 2.00) or print <<"EDQ","\n";
+If you intend to use SASL authentication you need at least version 2.00
+EDQ
+
print "\n",<<"EDQ","\n" if $missing;
****************************************************************************
You are missing some modules that MAY be needed for some of the features
|