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

Changes for version 0.69 - 2016-02-12

  • Bump database schema version to v9 (add index for 'package' field in 'content' table).
  • New subcommands: doc, script2mod, copy-script, extract-script, authors-by-filesize.
  • script2dist: Add option --all.
  • script2rel: Accept multiple arguments.
  • dists: Add options --sort, --has-multiple-rels.
  • authors-by-*: Add percentage result field.
  • contents: Add option --package.

Documentation

Manage your local CPAN mirror
cpanm wrapper (set mirror to local CPAN by default)

Modules

Manage your local CPAN mirror
List distributions of an author
List modules of an author
Find distributions that use one of author's modules
List releases of an author
List scripts of an author
List authors ranked by number of dists
List authors ranked by total size of their indexed releases
List authors ranked by number of modules
List authors ranked by number of module mentions
List authors ranked by number of distributions using one of his/her modules
List authors ranked by number of releases
List authors ranked by number of scripts
List contents inside releases
Copy a module's latest release file to current directory
Copy a release file to current directory
Copy a script's latest release file to current directory
List dependencies
Get (latest) release name of a distribution
List modules in a distribution
List distributions
List "heavy" distributions (ranked by number of dependencies)
List scripts in a distribution
Show POD documentation of module/.pod/script
Extract a module's latest release file to current directory
Extract a release to current directory
Extract a script's latest release file to current directory
Get distribution name of a module
Get (latest) release name of a module
Alias for 'modules'
List modules ranked by number of mentions
List modules ranked by number of reverse dependencies
Given a module, list all modules in the same distribution
List modules/packages
List namespaces
List reverse dependencies
List releases/tarballs
Alias for 'releases'
Reset (empty) the database index
Get distribution(s) of script(s)
Get module(s) of script(s)
Get release(s) of script(s)
List scripts ranked by number of mentions
Given a script, list all scripts in the same distribution
Statistics of your local CPAN mirror
Create/update local CPAN mirror
Pod parser for use in App::lcpan