modulemaker
Perl extension to build module from scratch
Install
- All systems
-
curl cmd.cat/modulemaker.sh
- Debian
-
apt-get install libextutils-modulemaker-perl
- Ubuntu
-
apt-get install libextutils-modulemaker-perl
- Kali Linux
-
apt-get install libextutils-modulemaker-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libextutils-modulemaker-perl
- Raspbian
-
apt-get install libextutils-modulemaker-perl
- Dockerfile
- dockerfile.run/modulemaker
libextutils-modulemaker-perl
Perl extension to build module from scratch
ExtUtils::ModuleMaker is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensive Perl Archive Network.