Pod::PerldocJp - perldoc that also checks perldoc.jp


Pod-PerldocJp documentation  | view source Contained in the Pod-PerldocJp distribution.

Index


NAME

Top

Pod::PerldocJp - perldoc that also checks perldoc.jp

SYNOPSIS

Top

  perldocjp -J perlfunc  # show translation (if any)
  perldocjp    perlfunc  # show original version
  perldocjp    perldocjp # 日本語で使い方を見る

DESCRIPTION

Top

This is a drop-in-replacement for perldoc for Japanese people. Usage is the same, except it can look for a translation at http://perldoc.jp with -J option.

TWEAKED METHODS

Top

opt_J

to support -J option.

grand_search_init

looks for a 5.10.0 translation at perldoc.jp if -J option is set.

opt_o_with

looks also under Pod::PerldocJp namespace.

init_formatter_class_list

always try to use "text" formatter.

maybe_generate_dynamic_pod

adds encoding info while writing a temp file to show.

search_perlfaqs, search_perlfunc, search_perlvar

decode while searching.

usage, usage_brief

are translated.

SEE ALSO

Top

Pod::Perldoc, Pod::Perldocs

And for Japanized Perl Resources Project:

http://perldoc.jp/
http://perldocjp.sourceforge.jp/
http://www.freeml.com/perldocjp

Kudos to all the contributors thereof.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


Pod-PerldocJp documentation  | view source Contained in the Pod-PerldocJp distribution.