Update of /cvsroot/perl-ldap/ldap
In directory usw-pr-cvs1:/tmp/cvs-serv22844
Modified Files:
Makefile.PL
Log Message:
Add check for MIME::Base64
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/Makefile.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.PL 2001/04/10 17:02:34 1.6
+++ Makefile.PL 2001/12/03 16:20:26 1.7
@@ -67,6 +67,10 @@
The XML::Parser module is needed ONLY IF you intend to read/write DSML files
EDQ
+check_module('MIME::Base64') or print <<"EDQ","\n";
+The MIME::Base64 module is needed ONLY IF you intend to read/write LDIF files
+EDQ
+
print "\n",<<"EDQ","\n" if $missing;
****************************************************************************
You are missing some modules that MAY be needed for some of the features
|