How do I get started writing a module for CPAN?

前端 未结 4 1836
广开言路
广开言路 2020-12-13 03:00

Right now, I have my own homegrown testing harness/directory structure/support doc strucure/distribution tools for my libraries. However, reading the blog post Write your c

4条回答
  •  独厮守ぢ
    2020-12-13 03:30

    The best place to start is the CPAN FAQ.

    As noted there, the following are good resources:

    • perldoc perlmod
    • perldoc perlmodlib

    As always, the PerlMonks are a good resource as well. See their "How to make a CPAN Module Distribution".

提交回复
热议问题