Kwalitee Issues

has_meta_yml

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

buildtool_not_executable

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

has_license_in_source_file

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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache::Log
  • MIME::Lite
  • Mail::Send
  • Mail::Sendmail

no_pod_errors

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

Error: Log-Dispatch-2.00/Dispatch/ApacheLog.pm -- Around line 94: Expected '=item *' Around line 98: Expected '=item *' Around line 103: Expected '=item *' Around line 110: Expected '=item *' Around line 114: Expected '=item *' Log-Dispatch-2.00/Dispatch/Email/MIMELite.pm -- Around line 67: Expected '=item *' Around line 71: Expected '=item *' Around line 76: Expected '=item *' Around line 83: Expected '=item *' Around line 88: Expected '=item *' Around line 93: Expected '=item *' Around line 98: Expected '=item *' Around line 104: Expected '=item *' Log-Dispatch-2.00/Dispatch/Email/MailSend.pm -- Around line 70: Expected '=item *' Around line 74: Expected '=item *' Around line 79: Expected '=item *' Around line 86: Expected '=item *' Around line 91: Expected '=item *' Around line 96: Expected '=item *' Around line 101: Expected '=item *' Around line 107: Expected '=item *' Log-Dispatch-2.00/Dispatch/Email/MailSendmail.pm -- Around line 66: Expected '=item *' Around line 70: Expected '=item *' Around line 75: Expected '=item *' Around line 82: Expected '=item *' Around line 87: Expected '=item *' Around line 92: Expected '=item *' Around line 101: Expected '=item *' Around line 107: Expected '=item *' Log-Dispatch-2.00/Dispatch/Email.pm -- Around line 121: Expected '=item *' Around line 125: Expected '=item *' Around line 130: Expected '=item *' Around line 137: Expected '=item *' Around line 142: Expected '=item *' Around line 147: Expected '=item *' Around line 152: Expected '=item *' Around line 158: Expected '=item *' Log-Dispatch-2.00/Dispatch/File.pm -- Around line 124: Expected '=item *' Around line 128: Expected '=item *' Around line 133: Expected '=item *' Around line 140: Expected '=item *' Around line 144: Expected '=item *' Around line 150: Expected '=item *' Log-Dispatch-2.00/Dispatch/Handle.pm -- Around line 71: Expected '=item *' Around line 75: Expected '=item *' Around line 80: Expected '=item *' Around line 87: Expected '=item *' Around line 91: Expected '=item *' Log-Dispatch-2.00/Dispatch/Output.pm -- Around line 175: Expected '=item *' Around line 179: Expected '=item *' Around line 184: Expected '=item *' Around line 191: Expected '=item *' Log-Dispatch-2.00/Dispatch/Screen.pm -- Around line 75: Expected '=item *' Around line 79: Expected '=item *' Around line 84: Expected '=item *' Around line 91: Expected '=item *' Around line 97: Expected '=item *' Log-Dispatch-2.00/Dispatch/Syslog.pm -- Around line 100: Expected '=item *' Around line 104: Expected '=item *' Around line 109: Expected '=item *' Around line 116: Expected '=item *' Around line 121: Expected '=item *' Around line 129: Expected '=item *' Around line 136: Expected '=item *' Around line 141: Expected '=item *' Log-Dispatch-2.00/Dispatch.pm -- Around line 148: Expected '=item *'

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: Log::Dispatch, Log::Dispatch::ApacheLog, Log::Dispatch::Base, Log::Dispatch::Email, Log::Dispatch::Email::MIMELite, Log::Dispatch::Email::MailSend, Log::Dispatch::Email::MailSendmail, Log::Dispatch::File, Log::Dispatch::Handle, Log::Dispatch::Output, Log::Dispatch::Screen, Log::Dispatch::Syslog

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.05,1.07,1.14,1.15,1.16,1.17,1.20,2.00

Modules

Name Abstract Version View
Log::Dispatch Dispatches messages to multiple Log::Dispatch::* objects 2.00 metacpan
Log::Dispatch::ApacheLog Object for logging to Apache::Log objects 1.05 metacpan
Log::Dispatch::Base Code shared by dispatch and output objects. 1.07 metacpan
Log::Dispatch::Email Base class for objects that send log messages via email 1.16 metacpan
Log::Dispatch::Email::MIMELite Subclass of Log::Dispatch::Email that uses the MIME::Lite module 1.15 metacpan
Log::Dispatch::Email::MailSend Subclass of Log::Dispatch::Email that uses the Mail::Send module 1.14 metacpan
Log::Dispatch::Email::MailSendmail Subclass of Log::Dispatch::Email that uses the Mail::Sendmail module 1.15 metacpan
Log::Dispatch::File Object for logging to files 1.17 metacpan
Log::Dispatch::Handle Object for logging to IO::Handle objects (and subclasses thereof) 1.14 metacpan
Log::Dispatch::Output Base class for all Log::Dispatch::* object 1.20 metacpan
Log::Dispatch::Screen Object for logging to the screen 1.15 metacpan
Log::Dispatch::Syslog Object for logging to system log. 1.16 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan