CPAN-Search-Lite documentation

CPAN::Search::Lite - setup and maintain a searchable CPAN database

Code Index:


__top


NAME

CPAN::Search::Lite - setup and maintain a searchable CPAN database

__top


SEE ALSO

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/.

__top


COPYRIGHT

This software is copyright 2004 by Randy Kobes <randy@theoryx5.uwinnipeg.ca>. Use and redistribution are under the same terms as Perl itself.

__top


package CPAN::Search::Lite;
use strict;
use warnings;

our ($VERSION);

$VERSION = 0.66;

1;

__END__


CPAN-Search-Lite documentation