Pod::Simple::HTMLBatch 3.04 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 255K
Developer: Sean M. Burke
0 stars award from rbytes.net

Pod::Simple::HTMLBatch is a Perl module to convert several Pod files to several HTML files.

SYNOPSIS

perl -MPod::Simple::HTMLBatch -e 'Pod::Simple::HTMLBatch::go' in out

This module is used for running batch-conversions of a lot of HTML documents
This class is NOT a subclass of Pod::Simple::HTML (nor of bad old Pod::Html) -- although it uses Pod::Simple::HTML for doing the conversion of each document.

The normal use of this class is like so:

use Pod::Simple::HTMLBatch;
my $batchconv = Pod::Simple::HTMLBatch->new;
$batchconv->some_option( some_value );
$batchconv->some_other_option( some_other_value );
$batchconv->batch_convert( @search_dirs, $output_dir );

Requirements:
Perl

Pod::Simple::HTMLBatch 3.04 keywords