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: License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]

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'

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: Fault::Delegate::DB

main_module_version_matches_dist_version

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

no_pod_errors

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

Error: Fault-1.01-2/lib/Fault/Dbh.pm -- Around line 160: =back doesn't take any parameters, but you said =back 4 Around line 175: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/DebugPrinter.pm -- Around line 171: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/DB.pm -- Around line 318: =back doesn't take any parameters, but you said =back 4 Around line 349: =back doesn't take any parameters, but you said =back 4 Around line 368: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/File.pm -- Around line 154: =back doesn't take any parameters, but you said =back 4 Around line 173: =back doesn't take any parameters, but you said =back 4 Around line 192: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/List.pm -- Around line 190: You forgot a '=back' before '=head1' Around line 243: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/SimpleHttp.pm -- Around line 340: =over should be: '=over' or '=over positive_number' Around line 357: =back doesn't take any parameters, but you said =back 4 Around line 406: =back doesn't take any parameters, but you said =back 4 Around line 446: You forgot a '=back' before '=head1' Around line 486: =back doesn't take any parameters, but you said =back 4 Around line 505: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/Stderr.pm -- Around line 108: =back doesn't take any parameters, but you said =back 4 Around line 127: =back doesn't take any parameters, but you said =back 4 Around line 150: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/Stdout.pm -- Around line 109: =back doesn't take any parameters, but you said =back 4 Around line 128: =back doesn't take any parameters, but you said =back 4 Around line 156: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate/Syslog.pm -- Around line 113: =back doesn't take any parameters, but you said =back 4 Around line 127: =back doesn't take any parameters, but you said =back 4 Around line 144: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Delegate.pm -- Around line 247: =back doesn't take any parameters, but you said =back 4 Around line 273: =back doesn't take any parameters, but you said =back 4 Around line 288: =back doesn't take any parameters, but you said =back 4 Around line 296: =back doesn't take any parameters, but you said =back 4 Around line 325: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/ErrorHandler.pm -- Around line 123: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Logger.pm -- Around line 555: =over should be: '=over' or '=over positive_number' Around line 619: =back doesn't take any parameters, but you said =back 4 Around line 889: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Msg.pm -- Around line 385: You forgot a '=back' before '=head1' Around line 481: =back doesn't take any parameters, but you said =back 4 Fault-1.01-2/lib/Fault/Notepad.pm -- Around line 150: You forgot a '=back' before '=head1' Around line 183: =back doesn't take any parameters, but you said =back 4

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.

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: Fault::Dbh, Fault::DebugPrinter, Fault::Delegate, Fault::Delegate::DB, Fault::Delegate::File, Fault::Delegate::List, Fault::Delegate::SimpleHttp, Fault::Delegate::Stderr, Fault::Delegate::Stdout, Fault::Delegate::Syslog, Fault::ErrorHandler, Fault::Logger, Fault::Msg, Fault::Notepad

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

Modules

Name Abstract Version View
Fault::Dbh Database Handle abstraction. metacpan
Fault::DebugPrinter A Debug print controller with levels. metacpan
Fault::Delegate Abstract superclass of all Delegates. metacpan
Fault::Delegate::DB Database Logger Delegate. metacpan
Fault::Delegate::File File logger delegate. metacpan
Fault::Delegate::List Internal class for managing a list of delegates. metacpan
Fault::Delegate::SimpleHttp Logger delegate for simple http logging. metacpan
Fault::Delegate::Stderr Stderr print logger delegate. metacpan
Fault::Delegate::Stdout Print logger delegate. metacpan
Fault::Delegate::Syslog Syslog delegate. metacpan
Fault::ErrorHandler A base error handler class. metacpan
Fault::Logger A message logger proxy. metacpan
Fault::Msg Internal message encapsulation class. metacpan
Fault::Notepad A notepad for random text messages. metacpan

Other Files

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