[PerlChina] POD2::CN release to CPAN

Adriano Ferreira a.r.ferreira at gmail.com
Fri Sep 7 12:04:46 PDT 2007


On 9/7/07, Fayland Lam <fayland at gmail.com> wrote:
> hmm, since I can't use an open PerlChina mail to register a PAUSE
> account, so I just upload it under my own one.
> I'll move the permission to "PERLCHINA" once it's created.
>
> why I release that to CPAN is because this project needs more hands. and
> I hope more people would like to join it and translate some docs.
>
> http://code.google.com/p/perlchina/
>
> next step for this module is to use POD2::Base.

Congratulations on shipping POD2::CN to CPAN. It looks like you don't
need POD2::Base as a requirement yet, since the only useful thing to
be customized by now would be if you had "perlfunc" already
translated.

As POD2::CN has no new(), Pod::Perldoc 3.14_03 should use POD2::Base
automatically (if installed) and present you Chinese docs with
commands like

$ perldoc -L cn perlintro

(Report me if that is not it's doing.)

To use POD2::Base, it should be as easy as including it in the
dependency list of Build.PL and adding

     use base qw( POD2::Base );

after " $VERSION = '...' ".

Best regards,
Adriano Ferreira


More information about the China-pm mailing list