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: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4]

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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_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
Email::Sender a library for sending email 0.001 metacpan
Email::Sender::Failure a report of failure from an email sending transport 0.001 metacpan
Email::Sender::Failure::Multi an aggregate of multiple failures 0.001 metacpan
Email::Sender::Failure::Permanent a permanent delivery failure 0.001 metacpan
Email::Sender::Failure::Temporary a temporary delivery failure 0.001 metacpan
Email::Sender::Simple send mail simply (not yet implemented) 0.001 metacpan
Email::Sender::Success the result of successfully sending mail 0.001 metacpan
Email::Sender::Success::Partial a report of partial success when delivering 0.001 metacpan
Email::Sender::Transport 0.001 metacpan
Email::Sender::Transport::DevNull happily throw away your mail 0.001 metacpan
Email::Sender::Transport::Failable a wrapper to makes things fail predictably 0.001 metacpan
Email::Sender::Transport::Maildir deliver mail to a maildir on disk 0.001 metacpan
Email::Sender::Transport::Mbox deliver mail to an mbox on disk 0.001 metacpan
Email::Sender::Transport::Print print email to a filehandle (like stdout) 0.001 metacpan
Email::Sender::Transport::SMTP send email over SMTP 0.001 metacpan
Email::Sender::Transport::SMTP::Persistent an SMTP client that stays online 0.001 metacpan
Email::Sender::Transport::Sendmail send mail via sendmail(1) 0.001 metacpan
Email::Sender::Transport::Test delivery mail in memory for testing 0.001 metacpan
Email::Sender::Transport::Wrapper a mailer to wrap a mailer for mailing mail 0.001 metacpan
Email::Sender::Util random stuff that makes Email::Sender go 0.001 metacpan

Other Files

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