Kwalitee Issues

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.06/lib/Log/Dispatch/ApacheLog.pm -- Around line 97: Expected '=item *' Around line 101: Expected '=item *' Around line 106: Expected '=item *' Around line 113: Expected '=item *' Around line 117: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Email/MIMELite.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.06/lib/Log/Dispatch/Email/MailSend.pm -- Around line 80: Expected '=item *' Around line 84: Expected '=item *' Around line 89: Expected '=item *' Around line 96: Expected '=item *' Around line 101: Expected '=item *' Around line 106: Expected '=item *' Around line 111: Expected '=item *' Around line 117: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Email/MailSender.pm -- Around line 99: Expected '=item *' Around line 103: Expected '=item *' Around line 108: Expected '=item *' Around line 115: Expected '=item *' Around line 120: Expected '=item *' Around line 125: Expected '=item *' Around line 134: Expected '=item *' Around line 140: Expected '=item *' Around line 145: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Email/MailSendmail.pm -- Around line 68: Expected '=item *' Around line 72: Expected '=item *' Around line 77: Expected '=item *' Around line 84: Expected '=item *' Around line 89: Expected '=item *' Around line 94: Expected '=item *' Around line 103: Expected '=item *' Around line 109: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Email.pm -- Around line 129: Expected '=item *' Around line 133: Expected '=item *' Around line 138: Expected '=item *' Around line 145: Expected '=item *' Around line 150: Expected '=item *' Around line 155: Expected '=item *' Around line 160: Expected '=item *' Around line 166: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/File.pm -- Around line 175: Expected '=item *' Around line 179: Expected '=item *' Around line 184: Expected '=item *' Around line 191: Expected '=item *' Around line 195: Expected '=item *' Around line 201: Expected '=item *' Around line 209: Expected '=item *' Around line 213: Expected '=item *' Around line 232: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Handle.pm -- Around line 73: Expected '=item *' Around line 77: Expected '=item *' Around line 82: Expected '=item *' Around line 89: Expected '=item *' Around line 93: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Output.pm -- Around line 206: Expected '=item *' Around line 210: Expected '=item *' Around line 215: Expected '=item *' Around line 222: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Screen.pm -- Around line 80: Expected '=item *' Around line 84: Expected '=item *' Around line 89: Expected '=item *' Around line 96: Expected '=item *' Around line 102: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch/Syslog.pm -- Around line 111: Expected '=item *' Around line 115: Expected '=item *' Around line 120: Expected '=item *' Around line 127: Expected '=item *' Around line 132: Expected '=item *' Around line 140: Expected '=item *' Around line 147: Expected '=item *' Around line 152: Expected '=item *' Log-Dispatch-2.06/lib/Log/Dispatch.pm -- Around line 157: Expected '=item *'

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!

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::MailSender, 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.04,1.09,1.16,1.17,1.18,1.19,1.20,1.22,1.26,2.06

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
Log::Dispatch Dispatches messages to multiple Log::Dispatch::* objects 2.06 metacpan
Log::Dispatch::ApacheLog Object for logging to Apache::Log objects 1.09 metacpan
Log::Dispatch::Base Code shared by dispatch and output objects. 1.09 metacpan
Log::Dispatch::Email Base class for objects that send log messages via email 1.19 metacpan
Log::Dispatch::Email::MIMELite Subclass of Log::Dispatch::Email that uses the MIME::Lite module 1.19 metacpan
Log::Dispatch::Email::MailSend Subclass of Log::Dispatch::Email that uses the Mail::Send module 1.19 metacpan
Log::Dispatch::Email::MailSender Subclass of Log::Dispatch::Email that uses the Mail::Sender module 1.04 metacpan
Log::Dispatch::Email::MailSendmail Subclass of Log::Dispatch::Email that uses the Mail::Sendmail module 1.20 metacpan
Log::Dispatch::File Object for logging to files 1.22 metacpan
Log::Dispatch::Handle Object for logging to IO::Handle objects (and subclasses thereof) 1.16 metacpan
Log::Dispatch::Output Base class for all Log::Dispatch::* object 1.26 metacpan
Log::Dispatch::Screen Object for logging to the screen 1.17 metacpan
Log::Dispatch::Syslog Object for logging to system log. 1.18 metacpan

Other Files

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