This is the README for CPAN-Search-Lite, a set of modules for setting up a CPAN search system. It does not implement the full set of features (eg, multiple package versions) available on search.cpan.org. If a local CPAN mirror is available, the pod (and converted html) documentation will be extracted from the packages, as well as possible README/INSTALL/Changes/META.yml files. As well as various Perl modules which are checked for when installing, MySQL is required; version 4 is needed for some text searching capabilities. See the INSTALL file for details on installation. The included modules, with pod documentation, are: CPAN::Search::Lite::Extract - extract files from distributions CPAN::Search::Lite::Index - index and update the database CPAN::Search::Lite::Info - extract info from the CPAN indices CPAN::Search::Lite::PPM - get info from PPM repositories CPAN::Search::Lite::State - get the state of the current database CPAN::Search::Lite::Populate - populate the database CPAN::Search::Lite::Query - query the database CPAN::Search::Lite::Util - some common data structures As well, some PPM::XML::* modules (from the PPM distribution of MURRAY, on CPAN) are included for extracting info from the PPM repositories. Two different mod_perl interfaces to CPAN::Search::Lite::Query are included as Apache::CPAN::Query and Apache::CPAN::Search. A cgi script and soap server examples are in the cgi-bin directory. Two different Template-Toolkit sets of pages are found in the tt2/ and tt2-alt/ subdirectories. Note that some manual editing of some of these files may be needed, particularly for urls reflecting the local server, the location of the tt2 pages, and the username, password, and name of the database to be used when connecting to the database for performing queries. The embedded pod documentation contains more details. The bin/ subdirectory contains 4 scripts: csl_index - create and subsequently update the database csl_query - an example script for performing local queries csl_soap - an example script for performing soap-based queries perldocs - a soap-enhanced perldoc to view remote pods SOAP::Lite is required in order to perform soap queries. See the INSTALL file for directions on installation. Development takes place at the CPAN-Search-Lite project on SourceForge at http://sourceforge.net/projects/cpan-search/.