/pod-index

Create an index for a group of Perl modules

Primary LanguagePerlGNU General Public License v2.0GPL-2.0

pod-index

Create a concordance style index for a group of Perl modules

Usage:

$ perl pod-index LIST_OF_MODULE_NAMES > list_of_module_names.html

For example:

$ perl pod-index Mojo Mojolicious > Mojo.html

finds Mojo.pm and Mojolicious.pm in @INC, and indexes them and all modules under Mojo::* and Mojolicious::*

An example including Mojo and Mojolicious may be seen here.

Prereqs

Mojolicious List::MoreUtils File::Find::Rule