pod2html

This is a wrapper script around Pod::Simple::HTMLBatch. It allows for a simple conversion of the POD-Documentation of Perl files into HTML.

 Usage: ./pod2html.pl [options]
-help   - This help screen.
-source - The source directory of the perl modules that should be converted.
         Defaults to .
-target - The target directory where the HTML files will be stored.
         Defaults to ../doc
-css    - The CSS file which should be used.
         Defaults to cpan.css
-index  - Create an index.html or not.
         Defaults to 0

I used to use it to generate the documentation in bigger Perl projects.

Download: pod2html.tar.gz (License: GPL 2)