podindex
index and search PODs using X<> entries
Install
- All systems
-
curl cmd.cat/podindex.sh
- Debian
-
apt-get install libpod-index-perl
- Ubuntu
-
apt-get install libpod-index-perl
- Kali Linux
-
apt-get install libpod-index-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpod-index-perl
- Raspbian
-
apt-get install libpod-index-perl
- Dockerfile
- dockerfile.run/podindex
libpod-index-perl
index and search PODs using X<> entries
The Pod-Index distribution includes various modules for indexing and searching POD that is appropriately marked with X<> POD codes. Pod::Index, as a module, does nothing. Everything is done by Pod::Index::Builder, Pod::Index::Search, and other helper modules.