Search results for "module:CPAN::SQLite"

CPAN::SQLite - maintain and search a minimal CPAN database River stage one • 4 direct dependents • 6 total dependents

This package is used for setting up, maintaining, and searching a CPAN database consisting of the information stored in the two main CPAN indices: $CPAN/modules/02packages.details.txt.gz and $CPAN/authors/01mailrc.txt.gz. It should be considered at a...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::Util - export some common data structures used by CPAN::SQLite::* River stage one • 4 direct dependents • 6 total dependents

This module exports some common data structures used by other *CPAN::Search::Lite::** modules. At present these are * $table_id This is a hash reference whose keys are the tables used and whose values are the associated primary keys. * $full_id This ...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::DBI - DBI information for the CPAN::SQLite database River stage one • 4 direct dependents • 6 total dependents

This module is used by CPAN::SQLite::Index and CPAN::SQLite::Search to set up some basic database information. It exports two variables: $tables This is a hash reference whose keys are the table names, with corresponding values being hash references ...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

WWW::CPAN::SQLite - generate and provide precompiled CPAN::SQLite database River stage zero No dependents

This package is used to generate and provide pre-compiled CPAN::SQLite database. If you use DarkPAN and multiple CPAN clients that shouldn't use too much resources, or clients that have no access to the internet, you may want to create your own datab...

STRO/WWW-CPAN-SQLite-1.001 - 04 Jan 2019 01:31:09 UTC

CPAN::SQLite::Info - extract information from CPAN indices River stage one • 4 direct dependents • 6 total dependents

This module extracts information from the CPAN indices $CPAN/modules/02packages.details.txt.gz and $CPAN/authors/01mailrc.txt.gz. A "CPAN::SQLite::Info" object is created with my $info = CPAN::SQLite::Info->new(CPAN => $cpan); where $cpan specifies t...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::META - helper module for CPAN.pm integration River stage one • 4 direct dependents • 6 total dependents

This module has no direct public interface, but is intended as a helper module for use of CPAN::SQLite within the CPAN.pm module. A new object is created as my $obj = CPAN::SQLite::META->new($CPAN::META); where $CPAN::META comes from CPAN.pm. There a...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::Index - set up or update database tables. River stage one • 4 direct dependents • 6 total dependents

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 => 1 This (o...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::State - get state information on the database River stage one • 4 direct dependents • 6 total dependents

This module gets information on the current state of the database and compares it to that obtained from the CPAN index files from *CPAN::SQLite::Info* and from the repositories from *CPAN::SQLite::PPM*. For each of the four tables *dists*, *mods*, *a...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::Search - perform queries on the database River stage one • 4 direct dependents • 6 total dependents

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::Populate - create and populate database tables River stage one • 4 direct dependents • 6 total dependents

This module is responsible for creating the tables (if "setup" is passed as an option) and then for inserting, updating, or deleting (as appropriate) the relevant information from the indices of *CPAN::SQLite::Info* and the state information from *CP...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::DBI::Index - DBI information for indexing the CPAN::SQLite database River stage one • 4 direct dependents • 6 total dependents

This module provides various methods for CPAN::SQLite::Index in indexing and populating the database from the index files. "create_tables" This creates the database tables. "drop_table" This drops a table. "sth_insert" This returns an $sth statement ...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::SQLite::DBI::Search - DBI information for searching the CPAN::SQLite database River stage one • 4 direct dependents • 6 total dependents

This module provides methods for CPAN::SQLite::Search for searching the "CPAN::SQLite" database. There are two main methods. "fetch" This takes information from "CPAN::SQLite::Search" and sets up a query on the database, returning the results found. ...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

POE::Component::CPAN::SQLite::Info - non-blocking wrapper around CPAN::SQLite::Info with file fetching abilities. River stage one • 2 direct dependents • 2 total dependents

ZOFFIX/POE-Component-CPAN-SQLite-Info-0.11 - 13 Nov 2013 00:37:28 UTC

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC

CPAN::Testers - QA of CPAN distributions via cross-platform testing River stage zero No dependents

Started in 1998 by Graham Barr and Chris Nandor, the CPAN Testers exist to provide quality assurance of CPAN distributions via cross-platform testing with many versions of perl. Some of our goals include the increase of portability of CPAN distributi...

BARBIE/CPAN-Testers-0.07 - 21 Mar 2015 16:46:09 UTC

CPAN::Metrics - Create and maintain a Perl::Metrics database for all of CPAN River stage zero No dependents

"CPAN::Metrics" is a combination of CPAN::Mini and Perl::Metrics. It lets you pull out all of CPAN (for various definitions of "all") and run Perl::Metrics on it to generate massive amounts of metrics data on the 16,000,000 lines of code in CPAN. Res...

ADAMK/CPAN-Metrics-0.08 - 14 May 2008 14:10:43 UTC

CPAN::Index::Loader - Populates the CPAN index SQLite database River stage zero No dependents

This package implements all the functionality required to download the CPAN index data, parse it, and populate the SQLite database file. Because it involves loading a number of otherwise unneeded modules, this package is not loaded by default with th...

ADAMK/CPAN-Index-0.01 - 26 Sep 2006 05:35:03 UTC

CPAN::FirstTime - Utility for CPAN::Config file Initialization River stage three • 53 direct dependents • 522 total dependents

The init routine asks a few questions and writes a CPAN/Config.pm or CPAN/MyConfig.pm file (depending on what it is currently using). In the following all questions and explanations regarding config variables are collected....

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC

CPAN::Dependency - Analyzes CPAN modules and generates their dependency tree River stage zero No dependents

*Please note that this module is no longer maintained. Check "See ALSO" for similar, more recent modules.* This module can process a set of distributions, up to the whole CPAN, and extract the dependency relations between these distributions. Alterna...

SAPER/CPAN-Dependency-0.16 - 14 Sep 2012 13:35:38 UTC

CPAN::Meta::Spec - specification for CPAN distribution metadata River stage five • 430 direct dependents • 18921 total dependents

This document describes version 2 of the CPAN distribution metadata specification, also known as the "CPAN Meta Spec". Revisions of this specification for typo corrections and prose clarifications may be issued as CPAN::Meta::Spec 2.*x*. These revisi...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC
30 results (0.048 seconds)