NAME

Pod::MultiLang - multi languages in Pod

SYNOPSIS

use Pod::MultiLang::Html;
my $parser = Pod::MultiLang::Html->new(%opt);
$parser->parse_from_file($infile,$outfile);

DESCRIPTION

Pod::MultiLang is a pod extesion. This implement J<> interior sequence for write multi langages in sigle pod. one languages enclosed by J interior sequence in each paragraph. some heading words are translated automatically. note that J<> is not official interior sequence, this is custom one.

new format for L<|/> interior sequence is:,

at section part, english heading is still required. because in many hypertext formats, link identifier is restricted into ASCII.

vervatim paragraphs will be joined with one blank line.

EXAMPLE

=head1 NAME

Example - Example document

=head1 SEE ALSO

L<example/somewhere>


=cut

sample convertion into psedo hypertext.

[NAME:名前]
  en) Example - Example document
  ja) Example - サンプル
[SEE ALSO:関連項目]
  en) "somewhere" in example (linkto:example/somewhere)
  ja) example 内 "どこか" (linkto:example/somewhere)

TODO

multi langual verbatim paragraph is not released.

J< en,ja;for English and Japanese >.

SEE ALSO

Pod::Parser

1 POD Error

The following errors were encountered while parsing the POD:

Around line 44:

Non-ASCII character seen before =encoding in '[NAME:名前]'. Assuming UTF-8