Kwalitee Issues

No Core Issues.

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 Fri 12 Sep 2003 04:23:17 AM JST gpg: using DSA key EB18149F17203F2F gpg: Can't check signature: No public key --- SIGNATURE Fri Sep 12 04:28:15 2003 +++ @@ -2,7 +2,7 @@ SHA1 8f232490dd4381b4940a5dd3bb87aa0a50dc5f28 LICENSE SHA1 a8a8a5400ce5a5c6954e769f059047c8159333b0 MANIFEST SHA1 898b390e2f64a8953f5c703a0710dcc7ed5a1bfa MANIFEST.SKIP -SHA1 068be6f337e72c9e8e5f9fb441849acee07d7001 META.yml +SHA1 dc8ffd1c3fd7cbfab17d3022fdaa813dba996adb META.yml SHA1 4ca848f823995138df21c7087c14ed67ad93de92 Makefile.PL SHA1 43c861d744993684c3030f5e8a25274d6116c14e README SHA1 a220b4a2a97470dffe13437546ad0578695ed4bc Sorted.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.

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: Tie::Hash::Sorted

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
Tie::Hash::Sorted Presents hashes in sorted order 0.08 metacpan

Other Files

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