套件:cpanminus(1.7046-1)
script to get, unpack, build and install modules from CPAN
cpanminus provides a command-line (non interactive) interface to automatically download, build and install Perl modules from CPAN.
It requires zero configuration, and stands alone. It also has a very low memory footprint compared to similar software: when running, it requires only 10MB of RAM.
It installs to wherever ExtUtils::MakeMaker and Module::Build are configured to. So if you're using local::lib, then it installs to your local perl5 directory. Otherwise it installs to the siteperl directory.
cpanminus at a boot time checks whether you have configured local::lib, or have the permission to install modules to the sitelib directory. If neither, it automatically sets up local::lib compatible installation path in a perl5 directory under your home directory.
其他與 cpanminus 有關的套件
|
|
|
|
-
- dep: libcpan-distnameinfo-perl
- module to extract distribution name and version from a filename
-
- dep: libcpan-meta-check-perl
- verify requirements in a CPAN::Meta object
-
- dep: libcpan-meta-requirements-perl
- set of version requirements for a CPAN dist
-
- dep: libcpan-meta-yaml-perl
- reimplementation of a subset of YAML for CPAN Meta files
-
- dep: libfile-pushd-perl
- module for changing directory temporarily for a limited scope
-
- dep: libhttp-tiny-perl
- Perl module that implements a small, simple, correct HTTP/1.1 client
- 或者 curl
- command line tool for transferring data with URL syntax
- 或者 wget
- retrieves files from the web
-
- dep: libjson-pp-perl
- module for manipulating JSON-formatted data (Pure Perl)
-
- dep: liblocal-lib-perl
- module to use a local path for Perl modules
-
- dep: libmodule-cpanfile-perl
- format for describing CPAN dependencies of Perl applications
-
- dep: libmodule-metadata-perl
- Perl module to gather package and POD information from perl module files
-
- dep: libparse-pmfile-perl
- module to parse .pm file as PAUSE does
-
- dep: libstring-shellquote-perl
- module to quote strings for passing through the shell
-
- dep: libversion-perl
- Perl extension for Version Objects
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: make
- utility for directing compilation