Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: '<undef>' for 'DBD::SQLite' is not a valid version. (requires -> DBD::SQLite) [Validation: 1.0];'<undef>' for 'DBIx::Class' is not a valid version. (requires -> DBIx::Class) [Validation: 1.0];'<undef>' for 'DBIx::Class::Schema::Loader' is not a valid version. (requires -> DBIx::Class::Schema::Loader) [Validation: 1.0];'<undef>' for 'File::Basename' is not a valid version. (requires -> File::Basename) [Validation: 1.0];'<undef>' for 'HTML::TreeBuilder' is not a valid version. (requires -> HTML::TreeBuilder) [Validation: 1.0];'<undef>' for 'HTTP::Request' is not a valid version. (requires -> HTTP::Request) [Validation: 1.0];'<undef>' for 'POE' is not a valid version. (requires -> POE) [Validation: 1.0];'<undef>' for 'POE::Component::Client::HTTP' is not a valid version. (requires -> POE::Component::Client::HTTP) [Validation: 1.0];'<undef>' for 'POE::Component::IRC' is not a valid version. (requires -> POE::Component::IRC) [Validation: 1.0];'<undef>' for 'Term::ANSIColor' is not a valid version. (requires -> Term::ANSIColor) [Validation: 1.0];'<undef>' for 'UNIVERSAL::require' is not a valid version. (requires -> UNIVERSAL::require) [Validation: 1.0];'<undef>' for 'YAML::Syck' is not a valid version. (requires -> YAML::Syck) [Validation: 1.0]

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: Infobot::Plugin::Conduit::Telnet, Infobot::Plugin::Log::ANSIColor

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.

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: docs/how_to_write_a_conduit.pm, graveyard/Catchup.pm, docs/how_to_write_a_logger.pm, graveyard/Fetch.pm, graveyard/Gender.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: Infobot::Plugin::Conduit::Telnet, Infobot::Plugin::Log::ANSIColor, Infobot::Plugin::Query::Greeting, Infobot::Plugin::Query::Karma

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).

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
Infobot Popular IRC bot 0.91_04 metacpan
Infobot::Base Useful methods for Infobot modules metacpan
Infobot::Config Read in a YAML config file metacpan
Infobot::Log Log multiplexer metacpan
Infobot::Message Encapsulate incoming queries metacpan
Infobot::Pipeline Main application pipeline metacpan
Infobot::Plugin::Conduit::Base Base class for conduits metacpan
Infobot::Plugin::Conduit::Console metacpan
Infobot::Plugin::Conduit::IRC Very simple graphical interface metacpan
Infobot::Plugin::Conduit::Mail metacpan
Infobot::Plugin::Conduit::Telnet Telnet server interface metacpan
Infobot::Plugin::Conduit::Tk metacpan
Infobot::Plugin::Core::Catchup metacpan
Infobot::Plugin::DataSource::Base metacpan
Infobot::Plugin::DataSource::DBIxClass metacpan
Infobot::Plugin::DataSource::HTTP metacpan
Infobot::Plugin::Log::ANSIColor Relay and colour logging messages to STDOUT metacpan
Infobot::Plugin::Log::Base Logger base class metacpan
Infobot::Plugin::Log::File metacpan
Infobot::Plugin::Log::STDERR Relay logging messages to STDERR metacpan
Infobot::Plugin::Query::Base Base class for plugins metacpan
Infobot::Plugin::Query::Factoids metacpan
Infobot::Plugin::Query::Fetch metacpan
Infobot::Plugin::Query::Gender metacpan
Infobot::Plugin::Query::GoogleDefine metacpan
Infobot::Plugin::Query::Greeting metacpan
Infobot::Plugin::Query::Help metacpan
Infobot::Plugin::Query::Karma metacpan
Infobot::Plugin::Query::RSS metacpan
Infobot::Plugin::Query::Rot13 metacpan
Infobot::Service Base class for core services metacpan

Provides

Name File View
Infobot::Plugin::Query::Base::DBIxClass lib/Infobot/Plugin/DataSource/DBIxClass.pm metacpan
Infobot::Plugin::Query::Base::HTTP lib/Infobot/Plugin/DataSource/HTTP.pm metacpan

Other Files

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