Kwalitee Issues

has_readme

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

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 12 Apr 2011 05:08:52 PM JST gpg: using DSA key 122F5DF7108E4046 gpg: Can't check signature: No public key --- SIGNATURE Tue Apr 12 17:08:55 2011 +++ @@ -1,7 +1,7 @@ -SHA1 c319570e3ba54dd6637c447c67a8b739623ee31a Changes +SHA1 bd225b5131a88572e12b9b776e651c8c33b8a938 Changes SHA1 68778c52d10c41f67e469665dd332886a6c628e6 MANIFEST SHA1 b7486e3cbe8cb200c626c9c5c8e0a16b13affb0c META.yml -SHA1 67db1c195cf3a6397112cbb3639553e7d3bd8bab Makefile.PL +SHA1 9817a0e68e307b8e23c63c25d1f57be33a04a22a Makefile.PL SHA1 0de53a33616127f8680e6e4118741e80f354cd3e inc/Module/Install.pm SHA1 11d43fa1484b63eb90b0a3a1b62dcb7e71060084 inc/Module/Install/Base.pm SHA1 d3122b9f825c49da1184636699531ac0a7844da0 inc/Module/Install/Can.pm @@ -10,7 +10,7 @@ SHA1 2d0fae3f1ecf71666075b39911cb4694b1310edd inc/Module/Install/Metadata.pm SHA1 71c0f2e04d98c302c22d92b03ab8852f768b6431 inc/Module/Install/Win32.pm SHA1 ea6fe523768b5c7d8a50528fbc18885bb0901d88 inc/Module/Install/WriteAll.pm -SHA1 eb9346b7280652fcd17cb01fdb0f653a455ddf0f lib/Module/Refresh.pm +SHA1 f353ac38d3e8b205376644f2dbf509c062adb7a1 lib/Module/Refresh.pm SHA1 59ee3fb5cc33fa83f37010c6f1bbffc96169c3d4 t/0-smoke.t SHA1 9103ce09992aa9abff57823a090e109b1e9511a5 t/1api.t SHA1 d6fce094ee7fb7e800f646ac216dcc4a8a45f7db t/2lateuse.t ==> 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.

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: Module::Refresh

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
Module::Refresh Refresh %INC files when updated on disk 0.15 metacpan

Other Files

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