cpanminus 1.7042-2 source package in Ubuntu

Changelog

cpanminus (1.7042-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Update alternative dependencies. Thanks to lintian.

 -- Dominic Hargreaves <email address hidden>  Mon, 21 Nov 2016 18:30:26 +0000

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 Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cpanminus_1.7042-2.dsc 2.0 KiB e015320635d5f85a8e07c1af8327b13966d32ab9d0cb4448825641561037a401
cpanminus_1.7042.orig.tar.gz 310.2 KiB 9da50e155df72bce55cb69f51f1dbb4b62d23740fb99f6178bb27f22ebdf8a46
cpanminus_1.7042-2.debian.tar.xz 4.7 KiB 122321f12a0b6ec3cdb3b0d50ac157463adbab93abfb22cce4a84a118473e62f

Available diffs

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.