Kwalitee Issues

has_license_in_source_file

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

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: Coro::Channel, Coro::Event, Coro::MakeMaker, Coro::RWLock, Coro::Semaphore, Coro::SemaphoreSet, Coro::Signal, Coro::Specific, Coro::Timer

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Coro-3.5/Coro/LWP.pm -- Around line 94: =cut found outside a pod block. Skipping to next block. Coro-3.5/Coro/Util.pm -- Around line 127: You forgot a '=back' before '=head1'

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.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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: Coro, Coro::AIO, Coro::Channel, Coro::Event, Coro::Handle, Coro::LWP, Coro::MakeMaker, Coro::RWLock, Coro::Select, Coro::Semaphore, Coro::SemaphoreSet, Coro::Signal, Coro::Socket, Coro::Specific, Coro::State, Coro::Timer, Coro::Util

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.9,1.9,2,2.0,2.1,3.0,3.5

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.

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
Coro coroutine process abstraction 3.5 metacpan
Coro::AIO truly asynchronous file and directrory I/O metacpan
Coro::Channel message queues 1.9 metacpan
Coro::Event do events the coro-way 2.1 metacpan
Coro::Handle non-blocking io with a blocking interface. 3.0 metacpan
Coro::LWP make LWP non-blocking - as much as possible 0.9 metacpan
Coro::MakeMaker MakeMaker glue for the C-level Coro API metacpan
Coro::RWLock reader/write locks 1.9 metacpan
Coro::Select a (slow but coro-aware) replacement for CORE::select 2 metacpan
Coro::Semaphore non-binary semaphores 1.9 metacpan
Coro::SemaphoreSet hash of semaphores. 1.9 metacpan
Coro::Signal coroutine signals (binary semaphores) 1.9 metacpan
Coro::Socket non-blocking socket-io 1.9 metacpan
Coro::Specific manage coroutine-specific variables. 1.9 metacpan
Coro::State create and manage simple coroutines 3.0 metacpan
Coro::Timer simple timer package, independent of used event loops 2.0 metacpan
Coro::Util various utility functions. 2 metacpan

Provides

Name File View
Coro::Handle::FH Coro/Handle.pm metacpan
Coro::LWP::Socket Coro/LWP.pm metacpan
Coro::Timer::Timeout Coro/Timer.pm metacpan

Other Files

Changes metacpan
Coro/Makefile.PL metacpan
Event/Makefile.PL metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.linux-glibc metacpan