Do you develop your Perl applications as CPAN modules?

前端 未结 3 1525
后悔当初
后悔当初 2020-12-30 03:34

Recently I read a blog post saying that it is a good practice to develop Perl applications just as you would develop a CPAN module. (Here it is – thanks David!) One of the r

3条回答
  •  死守一世寂寞
    2020-12-30 04:14

    publishing things to CPAN mean responsibility. you need provide a good document, further supporting and others. or else, don't go CPAN.

    Thanks

提交回复
热议问题