cpanminus 1.7014-1 source package in Ubuntu

Changelog

cpanminus (1.7014-1) unstable; urgency=medium


  * Team upload.
  * Imported upstream version 1.7014
  * Update Depends.
  * Add lintian-override for versioned-dependency-satisfied-by-perl.
    version.pm going from 0.9908 to 0.9909 and back to 0.9908 looks fishy
    in Module::CoreList.

 -- gregor herrmann <email address hidden>  Sat, 11 Oct 2014 16:18:41 +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 Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cpanminus_1.7014-1.dsc 2.1 KiB f827c85413d3e9635c0bf2a24c281ac7e2ccc6e6bee634e2d91ebb6b31b018a5
cpanminus_1.7014.orig.tar.gz 303.9 KiB ce6e4beb80e9bdbe2610c8da6b1029738f09e00646a8e9de25eb416ecf90f695
cpanminus_1.7014-1.debian.tar.xz 4.6 KiB 429677332347a96b35ce89e5bbe54d4d7bc6570c8fb6713fef87aac3ec5adf1a

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.