Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_changelog

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

buildtool_not_executable

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

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: Cannot find MANIFEST in dist.

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: Net::._RDAP, Net::RDAP::._Registry, Net::RDAP::._Response, Net::RDAP::._UA

prereq_matches_use

List all used modules in META.yml requires

Error:

  • File::Slurp
  • HTTP::Request::Common
  • JSON
  • LWP::UserAgent
  • Mozilla::CA
  • URI

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._LICENSE
  • ._Makefile.PL
  • ._README.md
  • lib/Net/._RDAP.pm
  • lib/Net/RDAP/._Registry.pm
  • lib/Net/RDAP/._Response.pm
  • lib/Net/RDAP/._UA.pm
  • t/._use.t

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.

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: Net::._RDAP, Net::RDAP, Net::RDAP::._Registry, Net::RDAP::._Response, Net::RDAP::._UA, Net::RDAP::Registry, Net::RDAP::Response, Net::RDAP::UA

Modules

Name Abstract Version View
Net::RDAP 0.1 metacpan
Net::RDAP::Registry metacpan
Net::RDAP::Response metacpan
Net::RDAP::UA metacpan

Other Files

Makefile.PL metacpan
README.md metacpan