libmodule-build-perl 0.423400-1 source package in Ubuntu
Changelog
libmodule-build-perl (0.423400-1) unstable; urgency=medium * Import upstream version 0.423400. * Drop debian/patches/man-ext. Not needed anymore since 7e5aefa: "Respect $Config{man1ext}/$Config{man3ext}". * Update years of upstream and packaging copyright. * Install bash completion properly and not as an example. -- gregor herrmann <email address hidden> Sun, 25 Jun 2023 00:14:33 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmodule-build-perl_0.423400-1.dsc | 2.6 KiB | 1145bde094ce963ad559cd8de49daf4a68873d07648d25a6d4f5d4b5283a3d6e |
libmodule-build-perl_0.423400.orig.tar.gz | 304.4 KiB | 66aeac6127418be5e471ead3744648c766bd01482825c5b66652675f2bc86a8f |
libmodule-build-perl_0.423400-1.debian.tar.xz | 9.3 KiB | 3e38b02df337b502ea37b1a5c05576ea55cb8090d6a1492a90120913ef686888 |
Available diffs
- diff from 0.423200-1 to 0.423400-1 (13.3 KiB)
No changes file available.
Binary packages built by this source
- libmodule-build-perl: framework for building and installing Perl modules
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.