• Home
  • Popular Downloads
  • Contact Us
  • Submit

Softpile

Free Downloads

Main Navigation
  • Home
  • Windows
  • Mac OS X
  • Business
  • Desktop
  • Development
  • Education
  • Games
  • Internet
  • Multimedia
  • Utilities
Home » Linux » CPAN::Search::Lite::Index

CPAN::Search::Lite::Index

June 24, 2009
Set up or update database tables
Version: 0.76
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by: Randy Kobes
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.conf

This 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 => 1

This (optional) argument specifies that the database is being set up. Any existing tables will be dropped.

 * reindex => value

This (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.
cpan cpan search database tables perl perl module search
Free Download 630K
0
  • Share on:

CPAN::Search::Lite::Index User Reviews

Sponsored

Categories

  • Linux

Related Downloads

Mail::Box::Dir::Message
One message in a directory organized folder
Apache::AuthzDigest
Pick up the authorization pieces of mod_digest
Cache::FastMmap::CImpl
C code implementation for Cache::FastMmap
LaTeX::Authors
Perl extension to extract authors and laboratories in a LaTeX file
Carp::Ensure
Ensure a value is of the expected type
Copyright © 1999-2017 Softpile Free Downloads
  • Contact Us
  • Submit
  • Privacy Policy
  • Disclaimer
  • Terms of Use