CPAN::Search::Lite::Index

Set up or update database tables
Download

CPAN::Search::Lite::Index Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Randy Kobes
  • Publisher web site:
  • http://search.cpan.org/~rkobes/

CPAN::Search::Lite::Index Tags


CPAN::Search::Lite::Index Description

Set up or update database tables CPAN::Search::Lite::Index is a Perl module to setup or update database tables.SYNOPSIS my $index = CPAN::Search::Lite::Index->new(config => 'cpan.conf', setup => 1); $index->index();This is the main module used to set up or update the database tables used to store information from the CPAN and ppm indices. The creation of the object my $index = CPAN::Search::Lite::Index->new(%args);accepts three arguments: * config => /path/to/config.confThis argument specifies where to find the configuration file used to determine the remaining options. In lieu of this option, the environment variable CSL_CONFIG_FILE pointing to the configuration file may be specified. * setup => 1This (optional) argument specifies that the database is being set up. Any existing tables will be dropped. * reindex => valueThis (optional) argument specifies distribution names that one would like to reindex in an existing database. These may be specified as either a scalar, for a single distribution, or as an array reference for a list of distributions. Requirements: · Perl


CPAN::Search::Lite::Index Related Software