Kwalitee Issues

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Sat 20 Dec 2014 06:02:19 AM JST gpg: using DSA key 9A6D92628FFDC942 gpg: Can't check signature: No public key --- SIGNATURE Sat Dec 20 06:02:21 2014 +++ @@ -8,6 +8,7 @@ SHA1 58b55c30b7c4d4cd81c3bf67a3c0e1ebc7502680 Exec/Exec.xs SHA1 f5c86e77cfcb10451775fc0d2c1448ba1b7ee7f7 Exec/Makefile.PL SHA1 dbbf2b2b9d934eb383a1984e4b115000a4fed65d MANIFEST +SHA256 567e53dec8fc4fbcfe8d5f00f383627bcde55e9a0a486f7ae2c0501d3eb07a39 META.json SHA1 e9b39582b677faf511ca97a34d573d3a2edd0d17 META.yml SHA1 7003a94da2386c8966f9bcd773270414bcd91f4f Makefile.PL SHA1 37568c2885a5a11fbbbc56bb472cecbc0b5f1d8d README ==> MISMATCHED content between SIGNATURE and distribution files! <==

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Call/Call.pm, Exec/Exec.pm, decrypt/decrypt.pm, tee/tee.pm

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.43,1.52

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Filter::Util::Call Perl Source Filter Utility Module 1.52 metacpan
Filter::Util::Exec exec source filter 1.52 metacpan
Filter::cpp cpp source filter 1.43 metacpan
Filter::decrypt template for a decrypt source filter 1.52 metacpan
Filter::exec exec source filter 1.43 metacpan
Filter::sh sh source filter 1.43 metacpan
Filter::tee tee source filter 1.52 metacpan

Other Files

Call/Makefile.PL metacpan
Changes metacpan
Exec/Makefile.PL metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
decrypt/Makefile.PL metacpan
tee/Makefile.PL metacpan