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 Asynchronous event-driven programming 0.34 metacpan
IO::Async::ChildManager facilitates the execution of child processes 0.34 metacpan
IO::Async::Connector perform non-blocking socket connections 0.34 metacpan
IO::Async::DetachedCode execute code asynchronously in child processes 0.34 metacpan
IO::Async::Handle event callbacks for a non-blocking file descriptor 0.34 metacpan
IO::Async::Listener listen on network sockets for incoming connections 0.34 metacpan
IO::Async::Loop core loop of the C<IO::Async> framework 0.34 metacpan
IO::Async::Loop::Poll use C<IO::Async> with C<poll(2)> 0.34 metacpan
IO::Async::Loop::Select use C<IO::Async> with C<select(2)> 0.34 metacpan
IO::Async::LoopTests acceptance testing for C<IO::Async::Loop> subclasses 0.34 metacpan
IO::Async::MergePoint resynchronise diverged control flow 0.34 metacpan
IO::Async::Notifier base class for C<IO::Async> event objects 0.34 metacpan
IO::Async::PID event callback on exit of a child process 0.34 metacpan
IO::Async::Protocol base class for transport-based protocols 0.34 metacpan
IO::Async::Protocol::LineStream stream-based protocols using lines of text 0.34 metacpan
IO::Async::Protocol::Stream base class for stream-based protocols 0.34 metacpan
IO::Async::Resolver performing name resolutions asynchronously 0.34 metacpan
IO::Async::Sequencer handle a serial pipeline of requests / responses (EXPERIMENTAL) 0.34 metacpan
IO::Async::Signal event callback on receipt of a POSIX signal 0.34 metacpan
IO::Async::Socket event callbacks and send buffering for a socket filehandle 0.34 metacpan
IO::Async::Stream event callbacks and write bufering for a stream filehandle 0.34 metacpan
IO::Async::Test utility functions for use in test scripts 0.34 metacpan
IO::Async::Timer base class for Notifiers that use timed delays 0.34 metacpan
IO::Async::Timer::Absolute event callback at a fixed future time 0.34 metacpan
IO::Async::Timer::Countdown event callback after a fixed delay 0.34 metacpan
IO::Async::Timer::Periodic event callback at regular intervals 0.34 metacpan

Other Files

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