Search results for "module:CPAN"
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.34 - 17 Apr 2022 17:40:25 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.34 - 17 Apr 2022 17:40:25 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.34 - 17 Apr 2022 17:40:25 UTC
CPAN::Diff - Compare local Perl packages/versions with a CPAN
Discover which Perl packages/versions are different in your environment compared to CPAN or your darkpan (pinto or orepan2 or whatever). This module comes with a handy script as well: cpan-diff This modules steals a lot of code from cpan-outdated....
KABLAMO/CPAN-Diff-0.02 - 18 Jan 2016 18:19:08 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::Mini - create a minimal mirror of CPAN
CPAN::Mini provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution. Those files are: * 01mailrc.txt.gz * 02packages.detai...
RJBS/CPAN-Mini-1.111016 - 08 Aug 2014 22:52:57 UTC
CPAN::Meta - the distribution metadata for a CPAN dist
Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...
DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC
CPAN::Cache - Abstract locally-cached logical subset of a CPAN mirror
There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except that in addition it has the feature that the...
ADAMK/CPAN-Cache-0.02 - 26 Sep 2006 05:23:44 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.34 - 17 Apr 2022 17:40:25 UTC
CPAN::Audit - Audit CPAN distributions for known vulnerabilities
CPAN::Audit is a module and a database at the same time. It is used by cpan-audit command line application to query for vulnerabilities....
BDFOY/CPAN-Audit-20230309.004 - 09 Mar 2023 12:03:16 UTC
CPAN::Local - Hack custom CPAN repos
CPAN::Local is a framework for creating custom CPAN implementations. It is to your private repositories as Dist::Zilla is to your distributions. The individual tasks related to mirror management are handled by separate plugins, and those plugins can ...
PSHANGOV/CPAN-Local-0.010 - 12 Dec 2012 18:24:59 UTC
CPAN::Faker - build a bogus CPAN instance for testing
First things first: this is a pretty special-needs module. It's for people who are writing tools that will operate against a copy of the CPAN (or something just like it), and who need data to test those tools against. Because the real CPAN is constan...
RJBS/CPAN-Faker-0.012 - 01 Jan 2023 01:58:57 UTC
Bundle::CPAN - Bundle to optimize the behaviour of CPAN.pm
This bundle includes CPAN.pm as the base module. When CPAN installs this bundle it tries immediately to enable Term::ReadLine so that you do not need to restart your CPAN session. In this bundle Term::ReadLine::Perl is preferred over Term::ReadLine::...
ANDK/Bundle-CPAN-1.863 - 03 Oct 2017 09:37:08 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::Source - CPAN source list data aggregator.
CPAN::Source fetch, parse, aggregate all CPAN source list for you. Currently CPAN::Source supports 4 files from CPAN mirror. (00whois.xml, contains cpan author information, 01mailrc.txt contains author emails, 02packages.details.txt contains package ...
CORNELIUS/CPAN-Source-0.04 - 30 May 2012 07:00:09 UTC