Search results for "module:CPAN::Shell"
CPAN - query, download and build perl modules from CPAN sites
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
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
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()
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
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
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
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
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
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
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
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
This is quite experimental yet....
RODRIGO/rig-0.04 - 07 Aug 2011 08:39:15 UTC
CPAN::FirstTime - Utility for CPAN::Config file Initialization
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
*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
ANDK/CPAN-2.36
-
14 May 2023 19:36:11 UTC
CPAN::API::BuildPL - Documentation of the API for using Build.PL
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
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
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.72 - 04 Nov 2023 09:22:09 UTC
CPAN::Reporter::Config - Config file options for CPAN::Reporter
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