Search results for "CPAN::Mini"
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.111017 - 03 Sep 2023 00:44:41 UTC - Search in distribution- CPAN::Mini::App - the guts of the minicpan command
- minicpan - uses CPAN::Mini to create or update a local mirror
CPAN::Mini::Live - Keep CPAN Mini up to date
CPAN::Mini creates a minimal mirror of CPAN and is very useful indeed. However, to keep the mirror up to date, you must continually run minicpan. This module makes minicpan block and listen for live updates, thus keeping your minicpan live. This is a...
LBROCARD/CPAN-Mini-Live-0.33 - 09 Dec 2009 13:22:27 UTC - Search in distribution- CPAN::Mini::Live::Publish - Keep CPAN Mini up to date (backend)
CPAN::Mini::Devel - Create CPAN::Mini mirror with developer releases
Normally, CPAN::Mini creates a minimal CPAN mirror with the latest version of each distribution, but excluding developer releases (those with an underscore in the version number, like 0.10_01). CPAN::Mini::Devel enhances CPAN::Mini to include the lat...
DAGOLDEN/CPAN-Mini-Devel-0.04 - 26 Feb 2014 23:57:54 UTC - Search in distribution
CPAN::Mini::Growl - Growls updates from CPAN::Mini
CPAN::Mini::Growl is a backend class to update minicpan index but growls distribution updates instead of printing it to the standard out (when quiet is off). It would be useful if you run *minicpan* in crontab and want to be notified whenever new dis...
MIYAGAWA/CPAN-Mini-Growl-0.03 - 27 Apr 2009 23:33:49 UTC - Search in distribution
CPAN::Mini::Visit - A generalised API version of David Golden's visitcpan
CPAN::Mini::Extract has been relatively successful at allowing processes to run across the contents (or a subset of the contents) of an entire minicpan checkout. However it has become evident that while it is useful (and theoretically optimal from a ...
ADAMK/CPAN-Mini-Visit-1.15 - 31 Oct 2012 03:29:03 UTC - Search in distribution
CPAN::Mini::Inject - Inject modules into a CPAN::Mini mirror.
CPAN::Mini::Inject uses CPAN::Mini to build or update a local CPAN mirror then adds modules from your repository to it, allowing the inclusion of private modules in a minimal CPAN mirror....
MITHALDU/CPAN-Mini-Inject-0.37 - 06 Jun 2023 14:09:43 UTC - Search in distribution- CPAN::Mini::Inject::Config - Config for CPAN::Mini::Inject
- mcpani - A command line tool to manage a CPAN Mini Mirror.
CPAN::Mini::Tested - Create a CPAN mirror using modules with passing test reports
This module is a subclass of CPAN::Mini which checks a CPAN Testers database for passing tests of that distribution on your platform. Distributions will only be downloaded if there have passing test reports. The major differences are that it will dow...
BARBIE/CPAN-Mini-Tested-0.23 - 28 Aug 2014 02:04:28 UTC - Search in distribution
CPAN::Mini::Extract - Create CPAN::Mini mirrors with the archives extracted
"CPAN::Mini::Extract" provides a base for implementing systems that download "all" of CPAN, extract the dists and then process the files within. It provides the same syncronisation functionality as CPAN::Mini except that it also maintains a parallel ...
ETHER/CPAN-Mini-Extract-1.24 - 28 Apr 2023 13:59:54 UTC - Search in distribution
CPAN::Mini::FromList - create a minimal CPAN mirror from a list of modules you specify
SJN/CPAN-Mini-FromList-0.05
-
18 Jan 2012 14:03:26 UTC
-
Search in distribution
- minicpan-fromlist - run CPAN::Mini::FromList
CPAN::Mini::Webserver - Search and browse Mini CPAN
This module is the driver that provides a web server that allows you to search and browse Mini CPAN. See minicpan_webserver for details on its use....
MITHALDU/CPAN-Mini-Webserver-0.58 - 09 Jul 2012 12:36:05 UTC - Search in distribution- CPAN::Mini::Webserver::Index - search term index for a CPAN::Mini web server
- CPAN::Mini::Webserver::Templates - templates for the CPAN::Mini web server
- CPAN::Mini::Webserver::Templates::CSS - static CSS content for a CPAN::Mini web server
- 2 more results from CPAN-Mini-Webserver »
App::CPAN::Mini::Visit - explore each distribution in a minicpan repository
This module contains the guts of the visitcpan program. See documentation of that program for details on features and command line options....
DAGOLDEN/App-CPAN-Mini-Visit-0.008 - 27 Feb 2014 16:37:29 UTC - Search in distribution- visitcpan - explore each distribution in a minicpan repository
CPAN::Mini::ProjectDocs - mini CPAN documentation browser
This module and associated script mcd let you search and display documentation for the modules in you CPAN mini. The documentation is displayed in your browser (text mode browsers supported)...
NKH/CPAN-Mini-ProjectDocs-0.03.9 - 16 Feb 2009 00:40:31 UTC - Search in distribution- mcd - mini CPAN documentation browser
CPAN::Mini::Inject::REST - Remote API for CPAN::Mini::Inject
Provides a REST API for remote access to a CPAN::Mini::Inject mirror. Using the API, the contents of the repository can be queried and new distributions added. See CPAN::Mini::Inject::REST::Controller::API::Version1_0 for full details of the API feat...
JONALLEN/CPAN-Mini-Inject-REST-0.03 - 23 Nov 2011 18:48:29 UTC - Search in distribution- CPAN::Mini::Inject::REST::Controller::Root - Root Controller for CPAN::Mini::Inject::REST
- CPAN::Mini::Inject::REST::Controller::API::Version1_0
- lib/CPAN/Mini/Inject/REST/Model/CMI.pm
- 5 more results from CPAN-Mini-Inject-REST »
CPAN::Mini::NoLargeFiles - Create a CPAN mirror excluding files that are too large
There are files uploaded to CPAN that are quite large (over 100MB). For those like me who are often on a limited mobile data plan, or using a miniscule-sized SSD, this CPAN::Mini subclass might be useful. This is a thin wrapper for LWP::UserAgent::Pa...
PERLANCAR/CPAN-Mini-NoLargeFiles-0.02 - 13 Jan 2015 10:12:34 UTC - Search in distribution
CPAN::Mini::Devel::Recent - Create CPAN::Mini mirror with recent developer releases
CPAN::Mini::Devel::Recent is similar to CPAN::Mini::Devel, except it uses the "RECENT-*" index files on CPAN, which are updated more frequently than the "indices/find-ls.gz" file that CPAN::Mini::Devel uses. Normally, CPAN::Mini creates a minimal CPA...
DAGOLDEN/CPAN-Mini-Devel-Recent-0.07 - 16 Apr 2017 02:20:29 UTC - Search in distribution
CPAN::Mini::Inject::Remote - Inject into your CPAN mirror from over here
CMCKAY/CPAN-Mini-Inject-Remote-0.04
-
14 Dec 2014 06:09:04 UTC
-
Search in distribution
- mcpani_remote - A command line tool to talk to a CPAN::Mini::Inject::Server
CPAN::Mini::Inject::Server - Inject into your CPAN mirror from over there
This module is a simple Restish webservice that makes the basic functionality and interface of mcpani (of the CPAN::Mini::Inject package) available from accross a network allowing for remote management of a cpan mirror. The original envisaged use for...
CMCKAY/CPAN-Mini-Inject-Server-0.03 - 08 Feb 2010 01:56:00 UTC - Search in distribution- CPAN::Mini::Inject::Server::Dispatch - Dispatch table for CPAN::Mini::Inject::Server
- cmis_test_server.pl - Standalone server for CPAN::Mini::Inject::Server
CPAN::Mini::Visit::Simple - Lightweight traversal of a minicpan repository
This Perl extension is a variant on David Golden's App-CPAN-Mini-Visit. It can be used to: * Calculate a subset of the set of distributions in a minicpan repository. * Refresh such a subset when new versions of the distributions which are its element...
JKEENAN/CPAN-Mini-Visit-Simple-0.017 - 25 Nov 2017 16:59:01 UTC - Search in distribution- lib/CPAN/Mini/Visit/Simple.pm
- CPAN::Mini::Visit::Simple::Auxiliary - Helper functions for CPAN::Mini::Visit::Simple
CPAN::Mini::Webserver::PSGI - Use CPAN::Mini::Webserver as a PSGI application
CPAN::Mini::Webserver::PSGI is a simple extension of CPAN::Mini::Webserver that allows you to use CPAN::Mini::Webserver's functionality in a PSGI application. CPAN::Mini::PSGIApp might be a better name for this module, but I wanted to reflect its rel...
RHOELZ/CPAN-Mini-Webserver-PSGI-0.01 - 04 May 2011 23:53:03 UTC - Search in distribution
CPAN::Mini::LatestDistVersion - Create a CPAN mirror with only the latest version of each distribution
CPAN::Mini uses the package index file ("02packages.details.txt.gz") to grab the distribution tarballs that map to a module in the index. Sometimes a newer version of a distribution is released which removes a module. Until it is deleted via PAUSE, t...
BRICAS/CPAN-Mini-LatestDistVersion-0.01 - 10 Oct 2013 03:28:41 UTC - Search in distribution