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.

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: Net::DBus::Service

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
Net::DBus 0.033001 metacpan
Net::DBus::Binding::Bus Handle to a well-known message bus instance metacpan
Net::DBus::Binding::Connection A connection between client and server metacpan
Net::DBus::Binding::Introspector Handler for object introspection data metacpan
Net::DBus::Binding::Iterator Reading and writing message parameters metacpan
Net::DBus::Binding::Message Base class for messages metacpan
Net::DBus::Binding::Message::Error a message encoding a method call error metacpan
Net::DBus::Binding::Message::MethodCall a message encoding a method call metacpan
Net::DBus::Binding::Message::MethodReturn a message encoding a method return metacpan
Net::DBus::Binding::Message::Signal a message encoding a signal metacpan
Net::DBus::Binding::Server A server to accept incoming connections metacpan
Net::DBus::Binding::Value Strongly typed data value metacpan
Net::DBus::Binding::Watch binding to the dbus watch API metacpan
Net::DBus::Callback a callback for receiving reactor events metacpan
Net::DBus::Dumper Stringify Net::DBus objects suitable for printing metacpan
Net::DBus::Exporter Export object methods and signals to the bus metacpan
Net::DBus::Object Provide objects to the bus for clients to use metacpan
Net::DBus::Reactor application event loop metacpan
Net::DBus::RemoteObject Access objects provided on the bus metacpan
Net::DBus::RemoteService Access services provided on the bus metacpan
Net::DBus::Service Provide a service to the bus for clients to use metacpan
Net::DBus::Test::MockConnection Fake a connection to the bus unit testing metacpan
Net::DBus::Test::MockObject Fake an object from the bus for unit testing metacpan

Provides

Name File View
Net::DBus::Error lib/Net/DBus.pm metacpan
Net::DBus::Service::Exporter lib/Net/DBus/Service.pm metacpan

Other Files

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