Kwalitee Issues

has_readme

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

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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.

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: IO::Async, IO::Async::ChildManager, IO::Async::Connector, IO::Async::DetachedCode, IO::Async::DetachedCode::FlatMarshaller, IO::Async::DetachedCode::StorableMarshaller, IO::Async::Listener, IO::Async::Loop, IO::Async::Loop::IO_Poll, IO::Async::Loop::Select, IO::Async::MergePoint, IO::Async::Notifier, IO::Async::Resolver, IO::Async::Sequencer, IO::Async::Stream, IO::Async::Test, IO::Async::TimeQueue, IO::Async::TimeQueue::Elem

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.

Modules

Name Abstract Version View
IO::Async a collection of modules that implement asynchronous filehandle IO 0.17 metacpan
IO::Async::ChildManager facilitates the execution of child processes 0.17 metacpan
IO::Async::Connector perform non-blocking socket connections 0.17 metacpan
IO::Async::DetachedCode execute code asynchronously in child processes 0.17 metacpan
IO::Async::DetachedCode::FlatMarshaller metacpan
IO::Async::DetachedCode::StorableMarshaller metacpan
IO::Async::Listener listen on network sockets for incoming connections 0.17 metacpan
IO::Async::Loop core loop of the C<IO::Async> framework 0.17 metacpan
IO::Async::Loop::IO_Poll a Loop using an C<IO::Poll> object 0.17 metacpan
IO::Async::Loop::Select a Loop using the C<select()> syscall 0.17 metacpan
IO::Async::MergePoint resynchronise diverged control flow 0.17 metacpan
IO::Async::Notifier event callbacks for a non-blocking file descriptor 0.17 metacpan
IO::Async::Resolver performing name resolutions asynchronously 0.17 metacpan
IO::Async::Sequencer handle a serial pipeline of requests / responses (EXPERIMENTAL) 0.17 metacpan
IO::Async::SignalProxy handle POSIX signals with C<IO::Async>-based IO 0.17 metacpan
IO::Async::Stream read and write buffers around an IO handle 0.17 metacpan
IO::Async::Test Utility functions for use in test scripts 0.17 metacpan
IO::Async::TimeQueue a queue of future timed event callbacks 0.17 metacpan
IO::Async::TimeQueue::Elem metacpan

Other Files

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