How do you get the full Kwalitee output for the Perl module before downloading it?

After I load the module into PAUSE, I can go after a while to cpants.cpanauthors.org or metacpan.org and see a bunch of Kwalitee output and Kwalitee rating. How should you get the same information in advance?

For example, I have a problem:

meta_yml_has_licence
Define the license if you are using in 
Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to  ExtUtils::MakeMaker version 6.31.

I recently upgraded to Perl v5.26.1, and I see that I have the module Test :: Kwalitee. Should I use my own tester using this module, or is there something else that I am missing?

+4
source share
1 answer

, t/kwalitee.t, Test:: Kwalitee Module:: CPANTS:: Analyze libb-cpants-lint-perl Ubuntu, cpants_lint. run:

cpants_lint --verbose ModuleName.tar.gz

*.tar.gz, . , , App:: CPANTS:: Lint, cpants_lint.pl, .

+2

Source: https://habr.com/ru/post/1686918/


All Articles