Kwalitee Issues

has_changelog

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

has_tests

Add tests!

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 (34) does not match dist (19):
  • Missing in Dist: NpsPerlSDK-Nps-1.0.0.tar.gz, NpsSDK-Nps-1.0.0.tar, NpsSDK-Nps-1.0.0.tar.gz, nps-sdk/Configuration.pm, nps-sdk/Constants.pm, nps-sdk/Errors.pm, nps-sdk/Nps.pm, nps-sdk/Services.pm, nps-sdk/SoapClient.pm, nps-sdk/Utils.pm, nps-sdk/Version.pm, nps-sdk/list_dependencies, nps-sdk/wsdl/production.wsdl, nps-sdk/wsdl/sandbox.wsdl, nps-sdk/wsdl/staging.wsdl

has_abstract_in_pod

Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.

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: NpsSDK::IndexError, NpsSDK::Services

main_module_version_matches_dist_version

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: NpsSDK/Configuration.pm, NpsSDK/Constants.pm, NpsSDK/Errors.pm, NpsSDK/Nps.pm, NpsSDK/Services.pm, NpsSDK/SoapClient.pm, NpsSDK/Utils.pm, NpsSDK/Version.pm

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: NpsSDK::IndexError, NpsSDK::Services

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.0,1.000002

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.

Modules

Name Abstract Version View
NpsSDK::Configuration metacpan
NpsSDK::Constants metacpan
NpsSDK::IndexError metacpan
NpsSDK::Nps 1.0 metacpan
NpsSDK::Services metacpan
NpsSDK::SoapClient metacpan
NpsSDK::Utils metacpan
NpsSDK::Version 1.000002 metacpan

Provides

Name File View
NpsSDK::ConnectionException NpsSDK/Errors.pm metacpan
NpsSDK::EnvironmentNotFound NpsSDK/Errors.pm metacpan
NpsSDK::LogException NpsSDK/Errors.pm metacpan
NpsSDK::TimeoutException NpsSDK/Errors.pm metacpan
NpsSDK::UnknownError NpsSDK/Errors.pm metacpan

Other Files

MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README.md metacpan