Update of /cvsroot/perl-ldap/ldap
In directory sc8-pr-cvs1:/tmp/cvs-serv320
Modified Files:
Makefile.PL
Log Message:
Change XML::Parser to XML::SAX::Base
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.PL 3 Jun 2002 15:48:12 -0000 1.10
+++ Makefile.PL 9 Mar 2003 11:00:50 -0000 1.11
@@ -63,8 +63,8 @@
The IO::Socket::SSL module is needed ONLY IF you intend to use LDAPS
EDQ
-check_module('XML::Parser') or print <<"EDQ","\n";
-The XML::Parser module is needed ONLY IF you intend to read/write DSML files
+check_module('XML::SAX::Base') or print <<"EDQ","\n";
+The XML::SAX::Base module is needed ONLY IF you intend to read/write DSML files
EDQ
check_module('MIME::Base64') or print <<"EDQ","\n";
|