NAME
csl_index - interface to CPAN::Search::Lite::Index
DESCRIPTION
This script is an interface to CPAN::Search::Lite::Index, used to set up and subsequently maintain the database. One option, config is required:
perl csl_index --config /path/to/cpan.conf
where /path/to/cpan.conf is the configuration file specifying the additional options needed (these are described in CPAN::Search::Lite::Index). An optional argument of setup:
perl csl_index --config /path/to/cpan.conf --setup
is used to create and populate the needed tables initially; note that any existing tables will be dropped with this option. Without the setup option, the current tables will be updated, as required.