Kwalitee Issues

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.

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
IO::Async perform asynchronous filehandle IO and other operations 0.27 metacpan
IO::Async::ChildManager facilitates the execution of child processes 0.27 metacpan
IO::Async::Connector perform non-blocking socket connections 0.27 metacpan
IO::Async::DetachedCode execute code asynchronously in child processes 0.27 metacpan
IO::Async::Handle event callbacks for a non-blocking file descriptor 0.27 metacpan
IO::Async::Listener listen on network sockets for incoming connections 0.27 metacpan
IO::Async::Loop core loop of the C<IO::Async> framework 0.27 metacpan
IO::Async::Loop::IO_Poll compatibility wrapper for L<IO::Async::Loop::Poll> 0.27 metacpan
IO::Async::Loop::Poll use C<IO::Async> with C<poll(2)> 0.27 metacpan
IO::Async::Loop::Select use C<IO::Async> with C<select(2)> 0.27 metacpan
IO::Async::LoopTests acceptance testing for C<IO::Async::Loop> subclasses 0.27 metacpan
IO::Async::MergePoint resynchronise diverged control flow 0.27 metacpan
IO::Async::Notifier base class for C<IO::Async> event objects 0.27 metacpan
IO::Async::Resolver performing name resolutions asynchronously 0.27 metacpan
IO::Async::Sequencer handle a serial pipeline of requests / responses (EXPERIMENTAL) 0.27 metacpan
IO::Async::Signal event callback on receipt of a POSIX signal 0.27 metacpan
IO::Async::Stream read and write buffers around an IO handle 0.27 metacpan
IO::Async::Test utility functions for use in test scripts 0.27 metacpan
IO::Async::Timer base class for Notifiers that use timed delays 0.27 metacpan
IO::Async::Timer::Countdown event callback after a fixed delay 0.27 metacpan
IO::Async::Timer::Periodic event callback at regular intervals 0.27 metacpan

Other Files

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