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

Search results for "module:CPANPLUS::Error"

CPANPLUS::Error - error handling for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

This module provides the error handling code for the CPANPLUS libraries, and is mainly intended for internal use....

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

CPANPLUS - API & CLI access to the CPAN mirrors River stage two • 35 direct dependents • 40 total dependents

The "CPANPLUS" library is an API to the "CPAN" mirrors and a collection of interactive shells, commandline programs, etc, that use this API....

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

CPANPLUS::Dist - base class for plugins River stage two • 35 direct dependents • 40 total dependents

"CPANPLUS::Dist" is a base class for "CPANPLUS::Dist::MM" and "CPANPLUS::Dist::Build". Developers of other "CPANPLUS::Dist::*" plugins should look at "CPANPLUS::Dist::Base"....

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::Backend - programmer's interface to CPANPLUS River stage two • 35 direct dependents • 40 total dependents

This module provides the programmer's interface to the "CPANPLUS" libraries....

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

CPANPLUS::Internals - CPANPLUS internals River stage two • 35 direct dependents • 40 total dependents

This module is the guts of CPANPLUS -- it inherits from all other modules in the CPANPLUS::Internals::* namespace, thus defying normal rules of OO programming -- but if you're reading this, you already know what's going on ;) Please read the "CPANPLU...

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

CPANPLUS::Selfupdate - self-updating for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

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

CPANPLUS::Backend::RV - return value objects River stage two • 35 direct dependents • 40 total dependents

This module provides return value objects for multi-module calls to CPANPLUS::Backend. In boolean context, it returns the status of the overall result (ie, the same as the "ok" method would)....

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

CPANPLUS::Shell::Curses - A Curses based shell for CPANPLUS River stage zero No dependents

MARCUS/CPANPLUS-Shell-Curses-0.07 - 24 Jun 2004 07:54:07 UTC

CPANPLUS::Shell::Default - the default CPANPLUS shell River stage two • 35 direct dependents • 40 total dependents

This module provides the default user interface to "CPANPLUS". You can start it via the "cpanp" binary, or as detailed in the SYNOPSIS....

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

CPANPLUS::YACSmoke::IniFiles - A module for reading .ini-style configuration files. River stage one • 1 direct dependent • 1 total dependent

Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....

BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 UTC

CPANPLUS::Module::Checksums - checking the checksum of a distribution River stage two • 35 direct dependents • 40 total dependents

This is a class that provides functions for checking the checksum of a distribution. Should not be loaded directly, but used via the interface provided via "CPANPLUS::Module"....

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

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::YACSmoke::ReAssemble - Assemble multiple Regular Expressions into a single RE River stage one • 1 direct dependent • 1 total dependent

Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over, a t...

BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 UTC

CPANPLUS::Shell::Default::Plugins::Source - read in CPANPLUS commands River stage two • 35 direct dependents • 40 total dependents

This is a "CPANPLUS::Shell::Default" plugin that works just like your unix shells source(1) command; it reads in a file that has commands in it to execute, and then executes them. A sample file might look like this: # first, update all the source fil...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 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::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::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
19 results (0.042 seconds)