The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

modinfo2html

modinfo2html: convert modinfo into an HTML file or tree of HTML files

SYNOPSIS

modinfo2html -m MyModule

or

modinfo2html -fd /home/jtillman/html-docs/ -m MyModule

or

modinfo2html -ri index.html -d /home/jtillman/html-docs/

OPTIONS

-h Display help
-m package Name of the Perl module package to convert (If this is the only option provided, output will go to STDOUT)
-f Output to a file of the same name as the module, but with an html extension, instead of using STDOUT
-r Recurse through the entire directory structure, looking for ModInfo files, and convert each one This will build a directory structure mimicking that of the module path being recursed if -d is provided.
-t title When provided with -i, this is the title to give the index
-d dir_path Directory to place converted files in (If provided, files will be used instead of writing to STDOUT)
-x regex If provided, "regex" is a regular expression that each path is compared to before processing. If it matches the file is skipped

AUTHOR

jtillman@bigfoot.com

tcushard@bigfoot.com

SEE ALSO

ModInfo

Devel::ModInfo::Tutorial

pl2modinfo.pl

modinfo2xml.pl

perl(1)

!NO!SUBS!