cpanminus 1.7046-1 source package in Ubuntu
Changelog
cpanminus (1.7046-1) unstable; urgency=medium * Import upstream version 1.7046. * Declare compliance with Debian Policy 4.6.1. -- gregor herrmann <email address hidden> Fri, 13 May 2022 00:18:12 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | perl | |
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cpanminus_1.7046-1.dsc | 2.7 KiB | 9d3f8d3987c2cf26a1f1da24461714e2506ab38cad1e18a0b4868371f8a40c2d |
cpanminus_1.7046.orig.tar.gz | 419.1 KiB | cefc58349f9f741aba82b8ed3d672265b53ca4e4183f72613fce06d6ab97d30c |
cpanminus_1.7046-1.debian.tar.xz | 7.1 KiB | 8028a3ccbf6067f81a5ce5b939b86989c723edbcd197bd4e63ed88341aa69611 |
Available diffs
- diff from 1.7045-1 to 1.7046-1 (1.4 KiB)
No changes file available.
Binary packages built by this source
- cpanminus: 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.