Kwalitee Issues

no_pax_headers

If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.

Error: PaxHeader/Test-Double-0.02,PaxHeader/Test-Double-0.02,Test-Double-0.02/PaxHeader/.gitignore,Test-Double-0.02/PaxHeader/.gitignore,Test-Double-0.02/PaxHeader/Changes,Test-Double-0.02/PaxHeader/Changes,Test-Double-0.02/PaxHeader/inc,Test-Double-0.02/PaxHeader/inc,Test-Double-0.02/PaxHeader/lib,Test-Double-0.02/PaxHeader/lib,Test-Double-0.02/PaxHeader/Makefile.PL,Test-Double-0.02/PaxHeader/Makefile.PL,Test-Double-0.02/PaxHeader/MANIFEST,Test-Double-0.02/PaxHeader/MANIFEST,Test-Double-0.02/PaxHeader/META.yml,Test-Double-0.02/PaxHeader/META.yml,Test-Double-0.02/PaxHeader/README.pod,Test-Double-0.02/PaxHeader/README.pod,Test-Double-0.02/PaxHeader/t,Test-Double-0.02/PaxHeader/t,Test-Double-0.02/PaxHeader/xt,Test-Double-0.02/PaxHeader/xt,Test-Double-0.02/xt/PaxHeader/pod.t,Test-Double-0.02/xt/PaxHeader/pod.t,Test-Double-0.02/xt/PaxHeader/pod_coverage.t,Test-Double-0.02/xt/PaxHeader/pod_coverage.t,Test-Double-0.02/xt/PaxHeader/pod_spell.t,Test-Double-0.02/xt/PaxHeader/pod_spell.t,Test-Double-0.02/t/PaxHeader/00_compile.t,Test-Double-0.02/t/PaxHeader/00_compile.t,Test-Double-0.02/t/PaxHeader/01_stub.t,Test-Double-0.02/t/PaxHeader/01_stub.t,Test-Double-0.02/t/PaxHeader/02_mock.t,Test-Double-0.02/t/PaxHeader/02_mock.t,Test-Double-0.02/t/PaxHeader/Utils.pm,Test-Double-0.02/t/PaxHeader/Utils.pm,Test-Double-0.02/lib/PaxHeader/Test,Test-Double-0.02/lib/PaxHeader/Test,Test-Double-0.02/lib/Test/PaxHeader/Double,Test-Double-0.02/lib/Test/PaxHeader/Double,Test-Double-0.02/lib/Test/PaxHeader/Double.pm,Test-Double-0.02/lib/Test/PaxHeader/Double.pm,Test-Double-0.02/lib/Test/Double/PaxHeader/Mock,Test-Double-0.02/lib/Test/Double/PaxHeader/Mock,Test-Double-0.02/lib/Test/Double/PaxHeader/Mock.pm,Test-Double-0.02/lib/Test/Double/PaxHeader/Mock.pm,Test-Double-0.02/lib/Test/Double/PaxHeader/Stub.pm,Test-Double-0.02/lib/Test/Double/PaxHeader/Stub.pm,Test-Double-0.02/lib/Test/Double/Mock/PaxHeader/Expectation.pm,Test-Double-0.02/lib/Test/Double/Mock/PaxHeader/Expectation.pm,Test-Double-0.02/inc/PaxHeader/Module,Test-Double-0.02/inc/PaxHeader/Module,Test-Double-0.02/inc/Module/PaxHeader/Install,Test-Double-0.02/inc/Module/PaxHeader/Install,Test-Double-0.02/inc/Module/PaxHeader/Install.pm,Test-Double-0.02/inc/Module/PaxHeader/Install.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/AuthorTests.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/AuthorTests.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Base.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Base.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Can.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Can.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Fetch.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Fetch.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Makefile.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Makefile.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Metadata.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Metadata.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/ReadmePodFromPod.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/ReadmePodFromPod.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Repository.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Repository.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Win32.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/Win32.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/WriteAll.pm,Test-Double-0.02/inc/Module/Install/PaxHeader/WriteAll.pm

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

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_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
Test::Double Perl extension for Test Double. 0.02 metacpan
Test::Double::Mock Mock object metacpan
Test::Double::Mock::Expectation Mock expectation object metacpan
Test::Double::Stub Stub object metacpan

Other Files

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