module-starter
simple starter kit for Perl modules
Install
- All systems
-
curl cmd.cat/module-starter.sh
- Debian
-
apt-get install libmodule-starter-perl
- Ubuntu
-
apt-get install libmodule-starter-perl
- Kali Linux
-
apt-get install libmodule-starter-perl
- Fedora
-
dnf install libmodule-starter-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmodule-starter-perl
- Raspbian
-
apt-get install libmodule-starter-perl
- Dockerfile
- dockerfile.run/module-starter
libmodule-starter-perl
simple starter kit for Perl modules
Module::Starter is used to create a skeletal Perl module distribution, including basic builder scripts, tests, documentation, and module code. The module-starter script should be enough for most users, but the core Module::Starter module can also be overridden for more complex situations.