cpants_lint
commandline frontend to Module::CPANTS::Analyse - tool
Install
- All systems
-
curl cmd.cat/cpants_lint.sh
- Debian
-
apt-get install cpants-lint
- Ubuntu
-
apt-get install cpants-lint
- Kali Linux
-
apt-get install cpants-lint
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cpants-lint
- Raspbian
-
apt-get install cpants-lint
- Dockerfile
- dockerfile.run/cpants_lint
cpants-lint
commandline frontend to Module::CPANTS::Analyse - tool
cpants_lint checks the Kwalitee of a CPAN distribution. More exact, it checks how a given tarball will be rated on <http://cpants.perl.org>, without needing to upload it first. This package provides the cpants_lint commandline tool.
libapp-cpants-lint-perl
commandline frontend to Module::CPANTS::Analyse - library
cpants_lint checks the Kwalitee of a CPAN distribution. More exact, it checks how a given tarball will be rated on <http://cpants.perl.org>, without needing to upload it first. This package provides the App::CPANTS::Lint library for cpants_lint.
libmodule-cpants-analyse-perl
Perl module to generate Kwalitee ratings for a distribution
Module::CPANTS::Analyse is a utility module used by Test::Kwalitee and others to analyse CPAN distributions and determine their Kwalitee. Kwalitee is a set of software metrics useful for determine how good your software is; it's not true software quality, which your computer can't measure in a general sense. (If you can, you've solved a hard problem in computer science.) Kwalitee looks like quality, sounds like quality, but it's not quite quality. If you plan to release a distribution to the CPAN -- or even within your own organization -- testing its Kwalitee before creating a release can help you improve your quality as well.