libmodule-install-perl 1.21-ok1 source package in openKylin

Changelog

libmodule-install-perl (1.21-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:41:58 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-install-perl_1.21.orig.tar.gz 109.5 KiB fbf91007f30565f3920e106055fd0d4287981d5e7dad8b35323ce4b733f15a7b
libmodule-install-perl_1.21-ok1.debian.tar.xz 2.5 KiB 7847f7e79fff6df4f963e0deb6b603de49be192d2af94c1d261eb545f646c5ce
libmodule-install-perl_1.21-ok1.dsc 2.2 KiB 6b326ed4e2dad8a2e09d03fadb5c0f8d01e7c263853b702d2ad556b85af9835a

View changes file

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.