NAME
pod2projdocs - ganerates CPAN like project documents from pod.
SYNOPSIS
pod2projdocs [options]
Options:
-help display this help and exists
-out directory path that you want to generate documents into
-lib your project's library-root-directory path
-title your project's title
-desc your project's description
-charset this is used in meta tag in html. default 'UTF-8'
-noindex don't create index on each pod pages.
-forcegen generate documents each time ignoring last modified timestamp
-lang set this language as xml:lang. default 'en'
-except set regex, and the file matches this regex won't be checked
you can set each options with their first alphabet.
for example, you can write -o instead of -out.
And you can make documents from multiple library-directories.
pod2projdocs -o /path/to/outputdir -l /path/to/lib1 -l /path/to/lib2
DESCRIPTION
generates CPAN like project documents from pod.
SEE ALSO
AUTHOR
Lyo Kato <lyo.kato@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2005 Lyo Kato. All rights reserved.
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.