Kwalitee Issues

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

has_license_in_source_file

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

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: XAO-Base-1.06/lib/XAO/Cache.pm -- Around line 233: You forgot a '=back' before '=head1' XAO-Base-1.06/lib/XAO/DO/Atom.pm -- Around line 96: You forgot a '=back' before '=head1' XAO-Base-1.06/lib/XAO/DO/Cache/Memory.pm -- Around line 235: You can't have =items (as at line 239) unless the first thing after the =over is an =item XAO-Base-1.06/lib/XAO/SimpleHash.pm -- Around line 540: You forgot a '=back' before '=head1' XAO-Base-1.06/lib/XAO/TestUtils.pm -- Around line 316: You forgot a '=back' before '=head1' XAO-Base-1.06/lib/XAO/Utils.pm -- Around line 108: Expected text after =item, not a number

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_tests_in_t_dir

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

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

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: XAO::Base, XAO::Cache, XAO::DO::Atom, XAO::DO::Cache::Memory, XAO::DO::Config, XAO::DO::Config, XAO::DO::Embeddable, XAO::DO::EmbeddableTest, XAO::DO::LocalConf, XAO::DO::Test1, XAO::DO::Test1, XAO::DO::Test2, XAO::Errors, XAO::Objects, XAO::Projects, XAO::SimpleHash, XAO::TestUtils, XAO::Utils, testcases::Base, testcases::Cache, testcases::DOConfig, testcases::Errors, testcases::Objects, testcases::Projects, testcases::SimpleHash, testcases::Utils, testcases::base

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.06,2.001

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.

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
XAO::Base Set of base classes for the XAO family of products 1.06 metacpan
XAO::Cache generic interface for caching various data 2.001 metacpan
XAO::DO::Atom recommended base object for all XAO dynamic objects 2.001 metacpan
XAO::DO::Cache::Memory memory storage back-end for XAO::Cache 2.001 metacpan
XAO::DO::Config Base object for all configurations metacpan
XAO::DO::Embeddable recommended base object for XAO embeddable configs 2.001 metacpan
XAO::DO::EmbeddableTest metacpan
XAO::DO::LocalConf metacpan
XAO::DO::Test1 metacpan
XAO::DO::Test2 metacpan
XAO::Errors throwable errors namespace support 2.001 metacpan
XAO::Objects dynamic objects loader 2.001 metacpan
XAO::Projects project context switcher for XAO 2.001 metacpan
XAO::SimpleHash Simple 2D hash manipulations 2.001 metacpan
XAO::TestUtils testing framework for XAO modules 2.001 metacpan
XAO::Utils Utility functions widely used by XAO suite 2.001 metacpan
testcases::Base metacpan
testcases::Cache metacpan
testcases::DOConfig metacpan
testcases::Errors metacpan
testcases::Objects metacpan
testcases::Projects metacpan
testcases::SimpleHash metacpan
testcases::Utils metacpan
testcases::base metacpan

Other Files

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