Kwalitee Issues

No Core Issues.

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.

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: Net::XMPP2::Client, Net::XMPP2::Component, Net::XMPP2::Connection, Net::XMPP2::Error, Net::XMPP2::Error::Exception, Net::XMPP2::Error::IQ, Net::XMPP2::Error::IQAuth, Net::XMPP2::Error::MUC, Net::XMPP2::Error::Message, Net::XMPP2::Error::Parser, Net::XMPP2::Error::Presence, Net::XMPP2::Error::Register, Net::XMPP2::Error::SASL, Net::XMPP2::Error::Stanza, Net::XMPP2::Error::Stream, Net::XMPP2::Ext, Net::XMPP2::Ext::DataForm, Net::XMPP2::Ext::Disco, Net::XMPP2::Ext::Disco::Info, Net::XMPP2::Ext::Disco::Items, Net::XMPP2::Ext::MUC, Net::XMPP2::Ext::MUC::Message, Net::XMPP2::Ext::MUC::Room, Net::XMPP2::Ext::MUC::RoomInfo, Net::XMPP2::Ext::MUC::User, Net::XMPP2::Ext::OOB, Net::XMPP2::Ext::Ping, Net::XMPP2::Ext::Pubsub, Net::XMPP2::Ext::RegisterForm, Net::XMPP2::Ext::Registration, Net::XMPP2::Ext::VCard, Net::XMPP2::Ext::Version, Net::XMPP2::IM::Account, Net::XMPP2::IM::Connection, Net::XMPP2::IM::Contact, Net::XMPP2::IM::Delayed, Net::XMPP2::IM::Message, Net::XMPP2::IM::Presence, Net::XMPP2::IM::Roster, Net::XMPP2::Node, Net::XMPP2::SimpleConnection, Net::XMPP2::TestClient, Net::XMPP2::Util, Net::XMPP2::Writer

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

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Net::XMPP2 An implementation of the XMPP Protocol 0.12 metacpan
Net::XMPP2::Client XMPP Client abstraction metacpan
Net::XMPP2::Component "XML" stream that implements the XEP-0114 metacpan
Net::XMPP2::Connection XML stream that implements the XMPP RFC 3920. metacpan
Net::XMPP2::Error Error class hierarchy for error reporting metacpan
Net::XMPP2::Error::Exception Some exception was thrown somewhere metacpan
Net::XMPP2::Error::IQ IQ errors metacpan
Net::XMPP2::Error::IQAuth IQ authentication error metacpan
Net::XMPP2::Error::MUC MUC error metacpan
Net::XMPP2::Error::Message Message errors metacpan
Net::XMPP2::Error::Parser XML parse errors metacpan
Net::XMPP2::Error::Presence Presence errors metacpan
Net::XMPP2::Error::Register In-band registration error metacpan
Net::XMPP2::Error::SASL SASL authentication error metacpan
Net::XMPP2::Error::Stanza Stanza errors metacpan
Net::XMPP2::Error::Stream XML Stream errors metacpan
Net::XMPP2::Ext Extension baseclass and documentation metacpan
Net::XMPP2::Ext::DataForm XEP-0004 DataForm metacpan
Net::XMPP2::Ext::Disco Service discovery manager class for XEP-0030 metacpan
Net::XMPP2::Ext::Disco::Info Service discovery info metacpan
Net::XMPP2::Ext::Disco::Items Service discovery items metacpan
Net::XMPP2::Ext::MUC Implements XEP-0045: Multi-User Chat metacpan
Net::XMPP2::Ext::MUC::Message A room message metacpan
Net::XMPP2::Ext::MUC::Room Room class metacpan
Net::XMPP2::Ext::MUC::RoomInfo Room information metacpan
Net::XMPP2::Ext::MUC::User User class metacpan
Net::XMPP2::Ext::OOB XEP-0066 Out of Band Data metacpan
Net::XMPP2::Ext::Ping Implementation of XMPP Ping XEP-0199 metacpan
Net::XMPP2::Ext::Pubsub Implements XEP-0060: Publish-Subscribe metacpan
Net::XMPP2::Ext::RegisterForm Handle for in band registration metacpan
Net::XMPP2::Ext::Registration Handles all tasks of in band registration metacpan
Net::XMPP2::Ext::VCard VCards (XEP-0054 & XEP-0084) metacpan
Net::XMPP2::Ext::Version Software version metacpan
Net::XMPP2::Extendable Extendable baseclass metacpan
Net::XMPP2::IM::Account Instant messaging account metacpan
Net::XMPP2::IM::Connection "XML" stream that implements the XMPP RFC 3921. metacpan
Net::XMPP2::IM::Contact Instant messaging roster contact metacpan
Net::XMPP2::IM::Delayed A delayed "XML" stanza metacpan
Net::XMPP2::IM::Message Instant message metacpan
Net::XMPP2::IM::Presence XMPP presence metacpan
Net::XMPP2::IM::Roster Instant messaging roster for XMPP metacpan
Net::XMPP2::Namespaces XMPP namespace collection and aliasing class metacpan
Net::XMPP2::Node XML node tree helper for the parser. metacpan
Net::XMPP2::Parser Parser for XML streams (helper for Net::XMPP2) metacpan
Net::XMPP2::SimpleConnection Low level TCP/TLS connection metacpan
Net::XMPP2::TestClient XMPP Test Client for tests metacpan
Net::XMPP2::Util Utility functions for Net::XMPP2 metacpan
Net::XMPP2::Writer "XML" writer for XMPP metacpan

Provides

Name File View
DevCL::Browser samples/devcl/DevCL/Browser.pm metacpan
DevCL::Main samples/devcl/DevCL/Main.pm metacpan
DevCL::TreeView samples/devcl/DevCL/TreeView.pm metacpan
EVQ samples/EVQ.pm metacpan

Other Files

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