
Apache2::AuthenCacheLDAP.pm is a mod_perl2 Apache2 module so you may
have both installed before using it.

You must have Net::LDAP installed before installing AuthenCacheLDAP.
See at www.cpan.org.

Building and installing Apache2::AuthenCacheLDAP is as simple as:

  perl Makefile.PL
  make
  make install

Testing Apache2::AuthenCacheLDAP :

  At this time, no regression tests are available.

How to use this module is describe into the perl embeded
documentation. See README.txt or perldoc AuthenCacheLDAP.pm

Hope this help ;-)

