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.

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!

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: perllib/Arch.pm, perllib/Arch/Backend.pm, perllib/Arch/Changes.pm, perllib/Arch/Changeset.pm, perllib/Arch/DiffParser.pm, perllib/Arch/FileHighlighter.pm, perllib/Arch/Inventory.pm, perllib/Arch/Library.pm, perllib/Arch/LiteWeb.pm, perllib/Arch/Log.pm, perllib/Arch/Name.pm, perllib/Arch/Registry.pm, perllib/Arch/RevisionBunches.pm, perllib/Arch/Run.pm, perllib/Arch/RunLimit.pm, perllib/Arch/Session.pm, perllib/Arch/SharedCache.pm, perllib/Arch/SharedIndex.pm, perllib/Arch/Storage.pm, perllib/Arch/Tarball.pm, perllib/Arch/TempFiles.pm, perllib/Arch/Test/Archive.pm, perllib/Arch/Test/Cases.pm, perllib/Arch/Test/Framework.pm, perllib/Arch/Test/Tree.pm, perllib/Arch/Tree.pm, perllib/Arch/Util.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: Arch, Arch::Backend, Arch::Changes, Arch::Changeset, Arch::DiffParser, Arch::FileHighlighter, Arch::Inventory, Arch::Library, Arch::LiteWeb, Arch::Log, Arch::Name, Arch::Registry, Arch::RevisionBunches, Arch::Run, Arch::RunLimit, Arch::Session, Arch::SharedCache, Arch::SharedIndex, Arch::Storage, Arch::Tarball, Arch::TempFiles, Arch::Test::Archive, Arch::Test::Cases, Arch::Test::Framework, Arch::Test::Tree, Arch::Tree, Arch::Util

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
Arch GNU Arch Perl library 0.005002 metacpan
Arch::Backend Arch backend feature specific functions metacpan
Arch::Changes class representing a list of changes metacpan
Arch::Changeset class representing Arch changeset metacpan
Arch::DiffParser parse file's diff and perform some manipulations metacpan
Arch::FileHighlighter syntax-highlight file's content using markup metacpan
Arch::Inventory class representing a tree inventory metacpan
Arch::Library access arch revision libraries metacpan
Arch::LiteWeb simple way to access web pages metacpan
Arch::Log class representing Arch patch-log metacpan
Arch::Name parse, store and construct an arch name metacpan
Arch::Registry manage registered archives, search archives on the web metacpan
Arch::RevisionBunches manage bunches of related revisions metacpan
Arch::Run run subprocesses and capture output metacpan
Arch::RunLimit class to enforce a limit on the number of running processes metacpan
Arch::Session access arch archives metacpan
Arch::SharedCache a synchronized data structure (map) for IPC metacpan
Arch::SharedIndex a synchronized data structure (map) for IPC metacpan
Arch::Storage abstract class to access arch archives metacpan
Arch::Tarball an interface to create and work with tarballs metacpan
Arch::TempFiles help to manage temporary files/dirs metacpan
Arch::Test::Archive A test framework for Arch-Perl metacpan
Arch::Test::Cases A test framework for Arch-Perl metacpan
Arch::Test::Framework A test framework for Arch-Perl metacpan
Arch::Test::Tree A test framework for Arch-Perl metacpan
Arch::Tree class representing Arch tree metacpan
Arch::Util Arch utility functions metacpan

Other Files

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