Kwalitee Issues

no_mymeta_files

Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.

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.

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .git

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.

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.

Modules

Name Abstract Version View
Net::DBus Perl extension for the DBus message system 1.001000 metacpan
Net::DBus::ASyncReply asynchronous method reply handler metacpan
Net::DBus::Annotation annotations for changing behaviour of APIs metacpan
Net::DBus::BaseObject base class for exporting objects to the bus 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::PendingCall A handler for pending method replies 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::Error Error details for remote method invocation metacpan
Net::DBus::Exporter Export object methods and signals to the bus metacpan
Net::DBus::Object Implement objects to export to the bus metacpan
Net::DBus::ProxyObject Implement objects to export to the bus 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::MockIterator Iterator over a mock message metacpan
Net::DBus::Test::MockMessage Fake a message object when unit testing metacpan
Net::DBus::Test::MockObject Fake an object from the bus for unit testing metacpan

Other Files

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