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

Changelog

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

  * Import upstream version 1.21.
    Module::Install::DSL has been removed.
  * Update years of packaging copyright.
  * Update alternative (test) dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sun, 25 Jun 2023 00:25:44 +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
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-install-perl_1.21-1.dsc 2.7 KiB 41666e64144971304117b7d39cbb4efe9055e1e634d7d885cdcaa9feb3c6eb9c
libmodule-install-perl_1.21.orig.tar.gz 109.5 KiB fbf91007f30565f3920e106055fd0d4287981d5e7dad8b35323ce4b733f15a7b
libmodule-install-perl_1.21-1.debian.tar.xz 7.3 KiB 50cf872bd41c329141541725e07af3b4cac727ae2fe8fcdc08ca9a01614270ee

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.