Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: ._xmlrpc-pureperl;xmlrpc-pureperl

has_readme

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

has_meta_yml

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

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: xmlrpc-pureperl::lib::XMLRPC::._PurePerl

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: xmlrpc-pureperl/lib/XMLRPC/PurePerl.pm -- Around line 70: '=item' outside of any '=over' Around line 117: You forgot a '=back' before '=head2'

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:

  • ._xmlrpc-pureperl
  • xmlrpc-pureperl/._ChangeLog
  • xmlrpc-pureperl/._MANIFEST
  • xmlrpc-pureperl/._Makefile.PL
  • xmlrpc-pureperl/._bench
  • xmlrpc-pureperl/._lib
  • xmlrpc-pureperl/._t
  • xmlrpc-pureperl/bench/._xmlrpc_bench
  • xmlrpc-pureperl/lib/._XMLRPC
  • xmlrpc-pureperl/lib/XMLRPC/._PurePerl.pm
  • xmlrpc-pureperl/t/._00_serialize.t
  • xmlrpc-pureperl/t/._10_deserialize.t

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: xmlrpc-pureperl/lib/XMLRPC/PurePerl.pm, xmlrpc-pureperl/lib/XMLRPC/._PurePerl.pm

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.

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: XMLRPC::PurePerl, xmlrpc-pureperl::lib::XMLRPC::._PurePerl

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
XMLRPC::PurePerl 0.03 metacpan

Provides

Name File View
XMLRPC::PurePerl::Fault xmlrpc-pureperl/lib/XMLRPC/PurePerl.pm metacpan
XMLRPC::PurePerl::Type::datetime xmlrpc-pureperl/lib/XMLRPC/PurePerl.pm metacpan

Other Files

xmlrpc-pureperl/MANIFEST metacpan
xmlrpc-pureperl/Makefile.PL metacpan