Skip to content

lindleyw/pod-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create an index for a group of Perl modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published