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 'lgpl_2_1' is invalid (license) [Validation: 1.4]

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: Message::Passing::DSL

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: Message::Passing::DSL

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.

has_separate_license_file

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

Modules

Name Abstract Version View
Message::Passing a simple way of doing messaging. 0.117 metacpan
Message::Passing::DSL An easy way to make chains of Message::Passing components. metacpan
Message::Passing::DSL::Factory Build a set of chains using symbolic names metacpan
Message::Passing::Exception Base role for Message::Passing exceptions metacpan
Message::Passing::Exception::ConnectionDisconnected A connection disconnected metacpan
Message::Passing::Exception::ConnectionTimeout A connection timed out metacpan
Message::Passing::Exception::Decoding An issue when decoding data metacpan
Message::Passing::Exception::Encoding An issue when encoding data metacpan
Message::Passing::Filter::All Filter all messages out. metacpan
Message::Passing::Filter::Decoder::Bzip2 metacpan
Message::Passing::Filter::Decoder::Crypt::CBC metacpan
Message::Passing::Filter::Decoder::Gzip Decompresses messages with Compress::Zlib metacpan
Message::Passing::Filter::Decoder::JSON metacpan
Message::Passing::Filter::Decoder::Null metacpan
Message::Passing::Filter::Delay Delay messages for some time. metacpan
Message::Passing::Filter::Encoder::Bzip2 metacpan
Message::Passing::Filter::Encoder::Crypt::CBC metacpan
Message::Passing::Filter::Encoder::Gzip Compresses messages with Compress::Zlib metacpan
Message::Passing::Filter::Encoder::JSON metacpan
Message::Passing::Filter::Encoder::Null metacpan
Message::Passing::Filter::Key Filter a subset of messages out. metacpan
Message::Passing::Filter::Mangle Filter and/or mangle messages the way you want. metacpan
Message::Passing::Filter::Null Filter no messages out. metacpan
Message::Passing::Filter::T Send a message stream to multiple outputs. metacpan
Message::Passing::Filter::ToLogstash metacpan
Message::Passing::Input::FileTail File tailing input metacpan
Message::Passing::Input::Null Null input metacpan
Message::Passing::Input::STDIN STDIN input metacpan
Message::Passing::Input::Socket::UDP UDP input metacpan
Message::Passing::Output::Callback Output to call back into your code metacpan
Message::Passing::Output::File File output metacpan
Message::Passing::Output::IO::Handle output to an IO handle metacpan
Message::Passing::Output::Null /dev/null for messages metacpan
Message::Passing::Output::STDERR metacpan
Message::Passing::Output::STDOUT STDOUT output metacpan
Message::Passing::Output::Socket::UDP metacpan
Message::Passing::Output::Test Output for use in unit tests metacpan
Message::Passing::Role::CLIComponent Package::Variant providing 'foo' and 'foo_options' attributes metacpan
Message::Passing::Role::ConnectionManager A simple manager for inputs and outputs that need to make network connections. metacpan
Message::Passing::Role::Crypt::CBC Common attributes for encoding or decoding encrypted messages metacpan
Message::Passing::Role::Filter Simple abstraction for filtering messages metacpan
Message::Passing::Role::HasAConnection Role for components which have a connection metacpan
Message::Passing::Role::HasErrorChain A role for components which can report errors metacpan
Message::Passing::Role::HasHostnameAndPort metacpan
Message::Passing::Role::HasTimeoutAndReconnectAfter metacpan
Message::Passing::Role::HasUsernameAndPassword common username and password attributes metacpan
Message::Passing::Role::Input metacpan
Message::Passing::Role::Output Consumes messages metacpan
Message::Passing::Role::Script Handy role for building messaging scripts. metacpan

Other Files

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