libmodule-install-perl 1.21-2 source package in Ubuntu

Changelog

libmodule-install-perl (1.21-2) unstable; urgency=medium

  * Backup and restore MANIFEST.SKIP in debian/rules. (Closes: #1047886)
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Wed, 06 Mar 2024 21:28:16 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-install-perl_1.21-2.dsc 2.7 KiB ca96336489246ba3bff49255152ae24927c5ca769708a97577dd0c066684edc2
libmodule-install-perl_1.21.orig.tar.gz 109.5 KiB fbf91007f30565f3920e106055fd0d4287981d5e7dad8b35323ce4b733f15a7b
libmodule-install-perl_1.21-2.debian.tar.xz 7.4 KiB a82937b11c230de1e4ec824f67790389f9e6905b67f68dfb4ce59837899afbb6

Available diffs

No changes file available.

Binary packages built by this source

libmodule-install-perl: framework for installing Perl modules

 NOTE: while Module::Install pioneered many great ideas in its time, its
 primary benefits have been better achieved by other tools, like Dist::Zilla,
 and its spinoffs. Use of Module::Install for new distributions is therefore
 discouraged by the maintainers.
 .
 Module::Install is a package for writing installers for CPAN (or CPAN-like)
 distributions that are clean, simple, minimalist, act in a strictly correct
 manner with ExtUtils::MakeMaker. It will run on any Perl installation version
 5.005 or newer.
 .
 It is designed to automatically include a copy of itself with modules that
 use it, thus ensuring that bleeding-edge features will be available for use
 in Makefile.PL in a simple and portable way. It is simple to learn, and has
 the same features as ExtUtils::MakeMaker and Module::Build. However, it has
 the advantage that it requires no installation for end-users.