Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: 2006_MMDD

buildtool_not_executable

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

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

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably 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.)

has_license_in_source_file

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

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (37) does not match dist (36):
  • Duplicates in MANIFEST: SIGNATURE

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: WWW::Blogger, WWW::Blogger::HTML, WWW::Blogger::ML, WWW::Blogger::XML, WWW::Blogger::XML::API

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: WWW-Blogger-2006.0519/lib/WWW/Blogger/XML/API.pm -- Around line 78: =cut found outside a pod block. Skipping to next block. Around line 86: =cut found outside a pod block. Skipping to next block. Around line 107: =cut found outside a pod block. Skipping to next block. Around line 115: =cut found outside a pod block. Skipping to next block. Around line 127: =cut found outside a pod block. Skipping to next block. Around line 135: =cut found outside a pod block. Skipping to next block. Around line 156: =cut found outside a pod block. Skipping to next block. Around line 164: =cut found outside a pod block. Skipping to next block. Around line 178: =cut found outside a pod block. Skipping to next block. Around line 186: =cut found outside a pod block. Skipping to next block. Around line 200: =cut found outside a pod block. Skipping to next block. Around line 208: =cut found outside a pod block. Skipping to next block. Around line 221: =cut found outside a pod block. Skipping to next block. Around line 229: =cut found outside a pod block. Skipping to next block.

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

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: WWW::Blogger, WWW::Blogger::HTML, WWW::Blogger::ML, WWW::Blogger::XML, WWW::Blogger::XML::API

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
WWW::Blogger metacpan
WWW::Blogger::Com (plete) setup of WWW::Blogger with needed personal parameters metacpan
WWW::Blogger::HTML metacpan
WWW::Blogger::HTML::API metacpan
WWW::Blogger::ML metacpan
WWW::Blogger::ML::API metacpan
WWW::Blogger::XML metacpan
WWW::Blogger::XML::API metacpan

Other Files

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