NAME
Pod::PerldocJp - perldoc that also checks perldoc.jp
SYNOPSIS
perldocjp -J perlfunc # show translation (if any)
perldocjp perlfunc # show original version
perldocjp perldocjp # 日本語で使い方を見る
DESCRIPTION
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
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
And for Japanized Perl Resources Project:
Kudos to all the contributors thereof.
AUTHOR
Kenichi Ishigaki, <ishigaki@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.