config_data

framework for building and installing Perl modules

Install

All systems
curl cmd.cat/config_data.sh
Debian Debian
apt-get install libmodule-build-perl
Ubuntu
apt-get install libmodule-build-perl
Alpine
apk add perl-module-build
Arch Arch Linux
pacman -S perl-module-build
image/svg+xml Kali Linux
apt-get install libmodule-build-perl
Fedora
dnf install perl-Module-Build-2
Windows (WSL2)
sudo apt-get update sudo apt-get install libmodule-build-perl
Raspbian
apt-get install libmodule-build-perl
Docker
docker run cmd.cat/config_data config_data powered by Commando

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.

perl-Module-Build-2

0.42.24-10.fc29.noarch : Build and install Perl modules

perl

Perl is a high-level programming language with roots in C, sed,

awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl-core package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "splain" or "perlbug" can be found in perl-utils package.

perl-module-build

Build, test, and install Perl modules