Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a map structure from string or file. (requires) [Validation: 1.2];License '<undef>' is invalid (license) [Validation: 1.2];Missing mandatory field, 'abstract' (abstract) [Validation: 1.2];Missing mandatory field, 'author' (author) [Validation: 1.2];Missing mandatory field, 'license' (license) [Validation: 1.2];value is an undefined string (abstract) [Validation: 1.2]

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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. WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 66B2 B78E D1B7 7641 4861 D592 B4B3 DD37 3C35 01A0 --- SIGNATURE Wed Dec 6 19:33:06 2006 +++ @@ -1,23 +1,15 @@ -SHA1 ad740560108bb28543f3edf9117497baeae43f5e Changes +SHA1 159e563107d00744a8e7062d3c1c4451d1a6cda8 Changes SHA1 845aa685b90d822348458942cd6e069dbbf6343d LICENCE -SHA1 9fdba5b10dc67d4cb6ecec8b1f7d23ca52f12814 MANIFEST -SHA1 9f2de04f265f5fe64813451585a7b7b9b25baba8 META.yml -SHA1 2347c5b88f46a740df3e3146272e615bf9441ea5 Makefile.PL +SHA1 53ce33b2405afab061f3eac55adf79684ccff625 MANIFEST +SHA1 6e77de862ebdc3913cabc146384b644d5dc255e0 META.yml +SHA1 3dc6e65f44164637efcc1a3d66b8052c67356b67 Makefile.PL +SHA256 899636408eaa217cac95129e81281998d5d00a1748715e64748c4efb1913f7d4 TODO SHA1 eb3c8f57a819d21c7a78ff7c2b4e1cda2599f168 chartables.c SHA1 6be091981d7c469d101440747551fb3bc678203a config.h -SHA1 45132d73ebf75fd7e0c4f5f189e771aa6634a312 engine.c +SHA256 876d2370af3c945eadcbe28538fdf1cd6451df9a17568683b66dd4d81b4baf3e engine.xs SHA1 89cb44fabe4e8c0bb7574d490e36ed94182b9743 get.c -SHA1 9b2f9d83bcf77860f53a0c07c90a4a59ad9f5df1 inc/Module/Install.pm -SHA1 abe32855d75ab13747cf65765af9947b7a8c3057 inc/Module/Install/Base.pm -SHA1 95b81d1e91bd634467bf633571eff4420e9c04eb inc/Module/Install/Can.pm -SHA1 0214f854ee023ae58871a9330d8fea2176652b99 inc/Module/Install/Compiler.pm -SHA1 1fe98c63cf9d7271c8cb4183ba230f152df69e26 inc/Module/Install/Fetch.pm -SHA1 aa4a3d87cedc972e3dc0d5d156809624e6db9416 inc/Module/Install/Makefile.pm -SHA1 f1d4e1bbcb40bb269f36e6dc011b3ca25d3829b7 inc/Module/Install/Metadata.pm -SHA1 0c2118868ef82ac517eb6d9c3bd93e6eb9bbf83e inc/Module/Install/Win32.pm -SHA1 e827d6d43771032fa3df35c0ad5e5698d0e54cda inc/Module/Install/WriteAll.pm SHA1 80fe6a3d7a3a40ad0f12015144e5618c0d601616 internal.h -SHA1 20a2fc911b2c318321f4163b8453738bcab90eb4 lib/re/engine/PCRE.pm +SHA1 6da662d24042feacf3465a9ae7c222767aea53b1 lib/re/engine/PCRE.pm SHA1 da70aeb7b2ffceab3f714c1b78e60ce24087647b pcre.c SHA1 acd23008e84fd2053db142c397569a998f0860e8 pcre.h SHA1 3c39a094c84c9c997491a989f8ea3186aca91db3 pcreposix.c ==> 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.

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.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: re::engine::PCRE

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).

Modules

Name Abstract Version View
re::engine::PCRE Perl-compatible regular expressions 0.09 metacpan

Other Files

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