Kwalitee Issues

has_meta_yml

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

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

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

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: POE::Component::IRC::Service

prereq_matches_use

List all used modules in META.yml requires

Error:

  • POE
  • POE::Driver::SysRW
  • POE::Filter::Line
  • POE::Filter::Stream
  • POE::Wheel::ReadWrite
  • POE::Wheel::SocketFactory

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: POE-Component-IRC-Service-0.9/Service-Hybrid.pm -- Around line 1411: You can't have =items (as at line 1415) unless the first thing after the =over is an =item Around line 1457: You can't have =items (as at line 1461) unless the first thing after the =over is an =item POE-Component-IRC-Service-0.9/Service-P10.pm -- Around line 2191: You can't have =items (as at line 2195) unless the first thing after the =over is an =item Around line 2263: You can't have =items (as at line 2267) unless the first thing after the =over is an =item Around line 2369: '=item' outside of any '=over'

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: Service.pm, Service-Hybrid.pm, Service-P10.pm, Filter-CTCP-Hybrid.pm, Filter-CTCP-P10.pm, Filter-IRC-Hybrid.pm, Filter-IRC-P10.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.

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: POE::Component::IRC::Service, POE::Component::IRC::Service::Hybrid, POE::Component::IRC::Service::P10, POE::Filter::CTCP::Hybrid, POE::Filter::CTCP::P10, POE::Filter::IRC::Hybrid, POE::Filter::IRC::P10

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • POE

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
POE::Component::IRC::Service a fully event driven IRC Services module 0.9 metacpan
POE::Component::IRC::Service::Hybrid a fully event-driven IRC services module for Hybrid networks. 0.9 metacpan
POE::Component::IRC::Service::P10 a fully event-driven IRC services module for P10 compliant networks. 0.9 metacpan
POE::Filter::CTCP::Hybrid A POE-based parser for the IRC protocol. metacpan
POE::Filter::CTCP::P10 A POE-based parser for the IRC protocol, fixed to work with P10 protocol. metacpan
POE::Filter::IRC::Hybrid A POE-based parser for the IRC protocol. 0.9 metacpan
POE::Filter::IRC::P10 A POE-based parser for the IRC protocol, hacked for P10 protocol. 0.9 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan