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

Search results for "module:CPAN::Shell"

lib/CPAN/Shell.pm River stage three • 53 direct dependents • 522 total dependents

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 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::Admin - A CPAN Shell for CPAN admins River stage three • 53 direct dependents • 522 total dependents

CPAN::Admin is a subclass of CPAN that adds the commands "register" and "modsearch" to the CPAN shell. "register" calls "get" on the named module, assembles a couple of informations (description, language), and calls Netscape with the -remote argumen...

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

CPAN::Plugin - Base class for CPAN shell extensions River stage three • 53 direct dependents • 522 total dependents

Alpha Status The plugin system in the CPAN shell was introduced in version 2.07 and is still considered experimental. How Plugins work? See "Plugin support" in CPAN....

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

CPAN::WAIT - adds commands to search a WAIT4CPAN server to the CPAN shell() River stage zero No dependents

CPAN::WAIT adds some comands to the CPAN "shell()" to perform searches on a WAIT server. It connects to a WAIT server using a simple protocoll resembling NNTP as described in RFC977. It uses the WAIT::Client module to handle this connection. This in ...

ULPFR/CPAN-WAIT-0.27-2 - 23 Apr 2001 12:52:24 UTC

CPAN::Nox - Wrapper around CPAN.pm without using any XS module River stage three • 53 direct dependents • 522 total dependents

This package has the same functionality as CPAN.pm, but tries to prevent the usage of compiled extensions during its own execution. Its primary purpose is a rescue in case you upgraded perl and broke binary compatibility somehow....

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

App::Cpan - easily interact with CPAN from the command line River stage three • 53 direct dependents • 522 total dependents

This script provides a command interface (not a shell) to CPAN. At the moment it uses CPAN.pm to do the work, but it is not a one-shot command runner for CPAN.pm. Options -a Creates a CPAN.pm autobundle with CPAN::Shell->autobundle. -A module [ modul...

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

CPAN::Inject - Base class for injecting distributions into CPAN sources River stage one • 3 direct dependents • 4 total dependents

Following the release of CPAN::Mini, the CPAN::Mini::Inject module was created to add additional distributions into a minicpan mirror. While it was created for use with a minicpan mirror, similar functionality can be reused in other situations. CPAN:...

PSHANGOV/CPAN-Inject-1.14 - 12 Sep 2012 16:58:39 UTC

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::Command - Load CPAN command plugins River stage zero No dependents

This module is a plugin loader for CPAN commands in the "CPAN::Commmand::*" namespace. # sudo perl -MCPAN::Command -e 'CPAN::shell()' will load all command plugins in that namespace, then run the CPAN shell as usual. The pluggable commands are now av...

MARCEL/CPAN-Command-1.100840 - 25 Mar 2010 19:52:04 UTC

CPAN::AutoINC - Download and install CPAN modules upon first use River stage zero No dependents

CPAN::AutoINC is a slightly useful tool designed to streamline the process of installing all of the modules required by a script. By loading the CPAN::AutoINC module (usually via a "-MCPAN::AutoINC" command-line option), the user is registering a han...

DONS/CPAN-AutoINC-0.01 - 23 Jun 2004 01:14:22 UTC

CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm River stage two • 11 direct dependents • 16 total dependents

The CPAN Testers project captures and analyzes detailed results from building and testing CPAN distributions on multiple operating systems and multiple versions of Perl. This provides valuable feedback to module authors and potential users to identif...

GARU/CPAN-Reporter-1.2019 - 01 May 2023 01:18:56 UTC

rig::cmd::cpan - Command to install a rig with the cpan command line River stage zero No dependents

This is quite experimental yet....

RODRIGO/rig-0.04 - 07 Aug 2011 08:39:15 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::HandleConfig - internal configuration handling for CPAN.pm River stage three • 53 direct dependents • 522 total dependents

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

CPAN::API::BuildPL - Documentation of the API for using Build.PL River stage zero No dependents

THIS DOCUMENT IS STILL A ROUGH DRAFT This documentation describes an API for how a Build.PL file in a Perl distribution may be used to build and install the distribution. This is primarily of interest to CPAN clients like CPAN, CPANPLUS and cpanm. Wh...

LEONT/CPAN-API-BuildPL-0.002 - 04 Nov 2023 14:07:07 UTC

CPAN::DistroBuilder - Create a distro from a bundle or a number of modules from CPAN River stage zero No dependents

This package does a very simple thing. It fetches the source packages from CPAN, using "CPAN.pm" and puts them all into a single *tar.gz* package ready for distribution. This distribution package later can be installed in one command and therefore ve...

STAS/CPAN-DistroBuilder-0.01 - 14 Mar 2002 07:33:24 UTC

CPAN::Plugin::Sysdeps - a CPAN.pm plugin for installing system dependencies River stage zero No dependents

CPAN::Plugin::Sysdeps is a plugin for CPAN.pm (version >= 2.07) to install non-CPAN dependencies automatically. Currently, the list of required system dependencies is maintained in a static data structure in CPAN::Plugin::Sysdeps::Mapping. Supported ...

SREZIC/CPAN-Plugin-Sysdeps-0.77 - 22 Mar 2024 15:52:35 UTC

CPAN::Reporter::Config - Config file options for CPAN::Reporter River stage two • 11 direct dependents • 16 total dependents

Default options for CPAN::Reporter are read from a configuration file ".cpanreporter/config.ini" in the user's home directory. (On Win32 platforms, the directory will be located in the user's "Documents" directory.) The location of the configuration ...

GARU/CPAN-Reporter-1.2019 - 01 May 2023 01:18:56 UTC
26 results (0.048 seconds)