CPAN::SQLite::Index

Set up or update database tables
Download

CPAN::SQLite::Index Ranking & Summary

Advertisement

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

CPAN::SQLite::Index Tags


CPAN::SQLite::Index Description

Set up or update database tables CPAN::SQLite::Index is a Perl module to setup or update database tables.SYNOPSIS my $index = CPAN::SQLite::Index->new(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::SQLite::Index->new(%args);accepts two possible arguments:* 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::SQLite::Index Related Software