| CPAN-Search-Lite documentation | Contained in the CPAN-Search-Lite distribution. |
CPAN::Search::Lite - setup and maintain a searchable CPAN database
CPAN::Search::Lite::Index, for setting up and maintaining
the database, CPAN::Search::Lite::Query for an
interface to querying the database, and
Apache2::CPAN::Query 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.
| CPAN-Search-Lite documentation | Contained in the CPAN-Search-Lite distribution. |
package CPAN::Search::Lite; use strict; use warnings; our $VERSION = 0.76; 1; __END__