cpanminus 1.7047-1 source package in Ubuntu

Changelog

cpanminus (1.7047-1) unstable; urgency=medium

  * Import upstream version 1.7047.
  * Declare compliance with Debian Policy 4.6.2.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Mon, 14 Aug 2023 13:56:14 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cpanminus_1.7047-1.dsc 2.7 KiB 5d7fe4bd22193e56415be66752392c6ad156d9dfc293586c59190b2970b34f4a
cpanminus_1.7047.orig.tar.gz 419.0 KiB c387e70053d4c50e73840de7e37a27d2fd772f80fffc9a09b7ee73631da2520b
cpanminus_1.7047-1.debian.tar.xz 7.1 KiB 33b3936bd6bb4b6b2eb1a84b01acaa3cc3edd6cbef4d649334350f230d05eea4

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.