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

前端 未结 5 593
长情又很酷
长情又很酷 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:17

    The fantastically helpful module-starter generates an easy-to-use skeleton project which handles module installation, creation of documentation and a good layout for module files to live in, and -- I think -- code coverage support. It's IMO a great start for any Perl module-related endeavour.

    Also: using CPAN-related tools like Module::Build -- even for modules which are likely never going to be released publically -- is a very good idea.

提交回复
热议问题