Kwalitee Issues

has_tests

Add tests!

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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 Tue 29 Sep 2009 11:29:15 PM JST gpg: using DSA key D3E80A5A9E42250A gpg: Can't check signature: No public key --- SIGNATURE Tue Sep 29 23:29:22 2009 +++ @@ -1,9 +1,11 @@ SHA1 b270760f2b81d90b1af17e288dfb3550bbd276dc Changes -SHA1 86c436abc559a68dc644a71a248d638ab6c38402 MANIFEST +SHA1 17ac1348168ebcf3e0fd81b97665cbf87c054cfa MANIFEST SHA1 9997d8ccc30c39320d4cdb8a39936e49639fe275 META.yml SHA1 f013590b3c0a1352ed91bbf307355a1328c5bb08 Makefile.PL SHA1 f61f232f85c36443b6f6beed2a1b28fbf8593f90 README +SHA256 05fe1beec1991befee2205d36623a0fecefa03868274bb063ae44d4500b77650 UPGRADING SHA1 8e4bd35b5d8065accfe7c1ae43aeae04b73cbc5d etc/initialdata +SHA256 4fbb6fe6df16cddf88b542acbe769c79cb8cea552b03a9018220ff77b4f2128f etc/upgrade/3.06/initialdata SHA1 fd5f3c4f0418efee3b9b16cf8c3902e8374909df inc/Module/Install.pm SHA1 7cd7c349afdf3f012e475507b1017bdfa796bfbd inc/Module/Install/Base.pm SHA1 ba186541bbf6439111f01fc70769cf24d22869bf inc/Module/Install/Can.pm @@ -16,4 +18,5 @@ SHA1 f7ee667e878bd2faf22ee9358a7b5a2cc8e91ba4 inc/Module/Install/Win32.pm SHA1 8ed29d6cf217e0977469575d788599cbfb53a5ca inc/Module/Install/WriteAll.pm SHA1 51d7e1d8195ac55b41a327a53410b607c9e8e9b9 lib/RT/Action/ExtractCustomFieldValues.pm +SHA256 6ea3bfcbd33cabca37ca295f857ac3ab08117b622d3287029ab0db789b9b5cca lib/RT/Action/ExtractCustomFieldValuesWithCodeInTemplate.pm SHA1 a5fff526030542489f78015b345364f34e41ee25 lib/RT/Extension/ExtractCustomFieldValues.pm ==> 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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

meta_yml_has_license

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • RT::Action::ExtractCustomFieldValues
  • RT::Action::ExtractCustomFieldValuesWithCodeInTemplate
  • RT::Extension::ExtractCustomFieldValues

consistent_version

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

Error: 2.9901,3.06_01

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
RT::Action::ExtractCustomFieldValues 2.9901 metacpan
RT::Action::ExtractCustomFieldValuesWithCodeInTemplate metacpan
RT::Extension::ExtractCustomFieldValues extract CF values from email headers or body 3.06_01 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan