CPAN::Search::Lite - setup and maintain a searchable CPAN database
the CPAN::Search::Lite::Index manpage, for setting up and maintaining
the database, the CPAN::Search::Lite::Query manpage for an
interface to querying the database, and
the Apache2::CPAN::Query manpage for a mod_perl 2 handler to
CPAN::Search::Lite::Query
.
Development takes place on the CPAN-Search-Lite project
at http://sourceforge.net/projects/cpan-search/.
This software is copyright 2004 by Randy Kobes <randy@theoryx5.uwinnipeg.ca>. Use and redistribution are under the same terms as Perl itself.
package CPAN::Search::Lite; use strict; use warnings; our ($VERSION); $VERSION = 0.66; 1; __END__