Perl build, unit testing, code coverage: A complete working example

前端 未结 5 581
长情又很酷
长情又很酷 2020-11-30 16:51

Most Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage simply point me to CPAN for the documentation there. Th

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 17:00

    I cover this in Intermediate Perl as well as Mastering Perl. Kurt, however, has given a nice summary.

    I combine all of this into a release script using Module::Release though. I type one command and it all happens.

提交回复
热议问题