NAME
Pod::L10N::Html - module to convert pod files to HTML with L10N
SYNOPSIS
use Pod::L10N::Html;
pod2htmll10n([options]);
DESCRIPTION
Converts files from pod format (see perlpod) to HTML format.
Its API is fully compatible with Pod::Html.
If input files support Pod::L10N::Format extended format, Pod::L10N::Html do some more works to print translated text pretty well.
ADDITIONAL FEATURES
Additional features from Pod::Html 1.2202 are:
Support Pod::L10N::Format extended format.
FUNCTIONS
pod2htmll10n
pod2htmll10n("pod2htmll10n",
"--podpath=lib:ext:pod:vms",
"--podroot=/usr/src/perl",
"--htmlroot=/perl/nmanual",
"--recurse",
"--infile=foo.pod",
"--outfile=/perl/nmanual/foo.html");
See Pod::Html for details.
htmlify
htmlify($heading);
See Pod::Html for details.
anchorify
anchorify(@heading);
See Pod::Html for details.
ENVIRONMENT
Uses $Config{pod2html}
to setup default options.
AUTHOR
Pod::L10N::Html
is based on Pod::Html Version 1.2202 written by Marc Green, <marcgreen@cpan.org>.
Modification to Pod::L10N::Html
is written by SHIRAKATA Kentaro, <argrath@cpan.org>.
SEE ALSO
perlpod, Pod::Html, Pod::L10N::Format
COPYRIGHT
This program is distributed under the Artistic License.