The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CPANPLUS::Internals::Source"

CPANPLUS::Internals::Source - internals for updating source files River stage two • 35 direct dependents • 40 total dependents

CPANPLUS::Internals::Source controls the updating of source files and the parsing of them into usable module/author trees to be used by "CPANPLUS". Functions exist to check if source files are still "good to use" as well as update them, and then pars...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Internals::Source::SQLite - SQLite implementation River stage two • 35 direct dependents • 40 total dependents

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Internals::Source::Memory - In memory implementation River stage two • 35 direct dependents • 40 total dependents

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Internals::Source::CPANIDX - CPANIDX source implementation River stage one • 1 direct dependent • 1 total dependent

CPANPLUS::Internals::Source::CPANIDX is a CPANPLUS source implementation. It is highly experimental. Usually CPANPLUS retrieves the CPAN index files, extracts them and builds an in-memory index of every module listed on CPAN. As you can imagine, this...

BINGOS/CPANPLUS-Internals-Source-CPANIDX-0.04 - 28 Feb 2011 19:25:27 UTC

CPANPLUS::Internals::Source::MetaCPAN - MetaCPAN source implementation River stage zero No dependents

CPANPLUS::Internals::Source::MetaCPAN is a <http://metacpan.org/> source implementation. It is highly experimental. Usually CPANPLUS retrieves the CPAN index files, extracts them and builds an in-memory index of every module listed on CPAN. As you ca...

BINGOS/CPANPLUS-Internals-Source-MetaCPAN-0.10 - 06 Jun 2017 12:49:06 UTC

CPANPLUS::Internals::Source::CPANMetaDB - CPAN Meta DB source implementation River stage zero No dependents

CPANPLUS::Internals::Source::CPANMetaDB is a CPANPLUS source implementation. It is deadly experimental. Usually CPANPLUS retrieves the CPAN index files, extracts them and builds an in-memory index of every module listed on CPAN. As you can imagine, t...

BINGOS/CPANPLUS-Internals-Source-CPANMetaDB-0.06 - 15 Dec 2011 14:45:41 UTC

lib/CPANPLUS/Internals/Source/SQLite/Tie.pm River stage two • 35 direct dependents • 40 total dependents

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Internals::Source::CPANIDX::Tie - A tie for the CPANIDX source engine River stage one • 1 direct dependent • 1 total dependent

CPANPLUS::Internals::Source::CPANIDX::Tie is a tie for CPANPLUS::Internals::Source::CPANIDX. It has no user serviceable parts....

BINGOS/CPANPLUS-Internals-Source-CPANIDX-0.04 - 28 Feb 2011 19:25:27 UTC

CPANPLUS::Internals::Source::CPANIDX::HTTP - Lightweight HTTP implementation River stage one • 1 direct dependent • 1 total dependent

HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-features LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modu...

BINGOS/CPANPLUS-Internals-Source-CPANIDX-0.04 - 28 Feb 2011 19:25:27 UTC

CPANPLUS::Internals::Source::MetaCPAN::Tie - A tie for the MetaCPAN source engine River stage zero No dependents

CPANPLUS::Internals::Source::MetaCPAN::Tie is a tie for CPANPLUS::Internals::Source::MetaCPAN. It has no user serviceable parts....

BINGOS/CPANPLUS-Internals-Source-MetaCPAN-0.10 - 06 Jun 2017 12:49:06 UTC

CPANPLUS::Internals::Source::MetaCPAN::HTTP - Lightweight HTTP implementation River stage zero No dependents

HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-features LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modu...

BINGOS/CPANPLUS-Internals-Source-MetaCPAN-0.10 - 06 Jun 2017 12:49:06 UTC

CPANPLUS::Internals::Source::CPANMetaDB::Tie - A tie for the CPAN Meta DB source engine River stage zero No dependents

CPANPLUS::Internals::Source::CPANMetaDB::Tie is a tie for CPANPLUS::Internals::Source::CPANMetaDB. It has no user serviceable parts....

BINGOS/CPANPLUS-Internals-Source-CPANMetaDB-0.06 - 15 Dec 2011 14:45:41 UTC

CPANPLUS::Internals::Source::CPANMetaDB::HTTP - Lightweight HTTP implementation River stage zero No dependents

HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-features LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modu...

BINGOS/CPANPLUS-Internals-Source-CPANMetaDB-0.06 - 15 Dec 2011 14:45:41 UTC

CPANPLUS::Config - configuration defaults and heuristics for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

This module contains defaults and heuristics for configuration information for CPANPLUS. To change any of these values, please see the documentation in "CPANPLUS::Configure". Below you'll find a list of configuration types and keys, and their meaning...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Module - CPAN module objects for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

"CPANPLUS::Module" creates objects from the information in the source files. These can then be used to query and perform actions on, like fetching or installing. These objects should only be created internally. For "fake" objects, there's the "CPANPL...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Internals::Extract - internals for archive extraction River stage two • 35 direct dependents • 40 total dependents

CPANPLUS::Internals::Extract extracts compressed files for CPANPLUS. It can do this by either a pure perl solution (preferred) with the use of "Archive::Tar" and "Compress::Zlib", or with binaries, like "gzip" and "tar". The flow looks like this: $cb...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::Dist::Debora - Create Debian or RPM packages from Perl modules River stage zero No dependents

This CPANPLUS plugin creates Debian or RPM packages from Perl distributions. The created packages can be installed with CPANPLUS, dpkg or rpm. Usage Install Perl distributions from an interactive shell. The sudo command must be installed and configur...

VOEGELAS/CPANPLUS-Dist-Debora-0.012 - 10 Nov 2023 17:01:24 UTC

CPANPLUS::Module::Author - CPAN author object for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

"CPANPLUS::Module::Author" creates objects from the information in the source files. These can then be used to query on. These objects should only be created internally. For "fake" objects, there's the "CPANPLUS::Module::Author::Fake" class....

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

CPANPLUS::YACSmoke::locallib - create and use a local lib/ for perl modules with PERL5LIB River stage one • 1 direct dependent • 1 total dependent

This module provides a quick, convenient way of bootstrapping a user-local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for...

BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 UTC
19 results (0.05 seconds)