libmodule-build-perl 0.423400-ok1 source package in openKylin
Changelog
libmodule-build-perl (0.423400-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 01:31:12 +0800
libmodule-build-perl (0.423400-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 08 May 2026 01:31:12 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libmodule-build-perl_0.423400.orig.tar.gz | 304.4 KiB | 66aeac6127418be5e471ead3744648c766bd01482825c5b66652675f2bc86a8f |
| libmodule-build-perl_0.423400-ok1.debian.tar.xz | 3.9 KiB | 40e0fa7269a6465f722109fa1a4daf5d5ac10581dfa97b48d95a979ea4dc2138 |
| libmodule-build-perl_0.423400-ok1.dsc | 2.2 KiB | 2b99805f6dd351be083eaba2908c319343279acdbf104eb29fa41bfa37633924 |
Module::Build is a framework for easily building, testing and installing Perl
packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
and offers many additional features characteristic of a more modern install
system, including simple subclassing for custom build actions.
.
Because it is written in Pure Perl, it has very few external dependencies. In
particular, it allows for installation of packages on systems without 'make'
and will even work without a shell. Its only prerequisites are modules that
are included with perl 5.6.0 and it is core as of perl 5.10.