The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::MultiLang::Pod_ja - ja;多言語 Pod を通常の pod に変換

SYNOPSIS

 $parser = Pod::MultiLang::Pod->new(%opts);
 $parser->parse_from_file($infile,$outfile);

DESCRIPTION

Pod::MultiLang::Pod translates pod into normal pod. This inherits Pod::MultiLang and it inherits Pod::Parser, usage is same as Pod::Parser.

OPTIONS

method new takes follow arguments:

langs
 langs => [qw(ja en)]

inherited from Pod::MultiLang. pass to Pod::MultiLang->new(). see "new" in Pod::MultiLang.

specify using languals. not specifieds are ignore if it exists in mlpod document.

in_charset

encoding for input document. default is utf-8.

out_charset

encoding for output document. default is utf-8.

and embed as <meta content="Content-Type" value="text/html; charset=" /> .

default_lang

language for outsize of J<> interior sequence.

METHODS

new

create new instance.

OVERRIDES

This module implements Pod::Parser.

begin_pod
end_pod
interior_sequence

PRIVATE FUNCTIONS

rebuild
buildtext
output_pod
on_mlpod_plain
verbmsg
parse_mlpod

SEE ALSO

Pod::MultiLang