Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 481 Bytes

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