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'

main_module_version_matches_dist_version

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

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.

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: Ack.pm, ConfigDefault.pm, ConfigFinder.pm, ConfigLoader.pm, Filter.pm, Default.pm, Extension.pm, FirstLineMatch.pm, Inverse.pm, Is.pm, Match.pm, Resource.pm, Basic.pm, Resources.pm

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • Ack.pm: HASH(0x55607d7b8600)

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
App::Ack A container for functions for the ack program metacpan
App::Ack::ConfigDefault metacpan
App::Ack::ConfigFinder metacpan
App::Ack::ConfigLoader metacpan
App::Ack::Filter Filter objects to filter files metacpan
App::Ack::Filter::Default metacpan
App::Ack::Filter::Extension metacpan
App::Ack::Filter::FirstLineMatch metacpan
App::Ack::Filter::Inverse metacpan
App::Ack::Filter::Is metacpan
App::Ack::Filter::Match metacpan
App::Ack::Resource metacpan
App::Ack::Resource::Basic metacpan
App::Ack::Resources metacpan

Other Files

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