perl-module-build 0.4231
Build and install Perl modules
Module::Build
is a system for building, testing, and installing Perl modules; it used to be part of Perl itself until version 5.22, which dropped it. It is meant to be an alternative to ExtUtils::MakeMaker
. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker
. It also does not require a make
on your system---most of the Module::Build
code is pure-Perl.
- Website: https://metacpan.org/release/Module-Build
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-module-build 0.4231
as follows:
guix install perl-module-build@0.4231
Or install the latest version:
guix install perl-module-build
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.