pod2projdocs
module to generate CPAN like project documents from POD
Install
- All systems
-
curl cmd.cat/pod2projdocs.sh
- Debian
-
apt-get install libpod-projectdocs-perl
- Ubuntu
-
apt-get install libpod-projectdocs-perl
- Kali Linux
-
apt-get install libpod-projectdocs-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpod-projectdocs-perl
- Dockerfile
- dockerfile.run/pod2projdocs
libpod-projectdocs-perl
module to generate CPAN like project documents from POD
The Pod::ProjectDocs module allows you to generate CPAN like POD pages from your modules for your projects. It also creates an optional index page. Additionally, you can use the command line script pod2projdocs to generate your documentation without creating a custom perl script.