Kwalitee Issues

meta_json_conforms_to_known_spec

Take a look at the META.json 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.json accordingly.

Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

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.

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.

consistent_version

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

Error: 6,6.0

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 the only real threads in perl 6.0 metacpan
Coro::AIO truly asynchronous file and directory I/O 6 metacpan
Coro::AnyEvent integrate threads into AnyEvent 6 metacpan
Coro::BDB truly asynchronous bdb access 6 metacpan
Coro::Channel message queues 6 metacpan
Coro::Debug various functions that help debugging Coro programs 6 metacpan
Coro::EV do events the coro-way, with EV 6 metacpan
Coro::Event do events the coro-way, with Event 6 metacpan
Coro::Handle non-blocking I/O with a blocking interface. 6 metacpan
Coro::LWP make LWP non-blocking - as much as possible 6 metacpan
Coro::MakeMaker MakeMaker glue for the XS-level Coro API 6 metacpan
Coro::RWLock reader/write locks 6 metacpan
Coro::Select a (slow but coro-aware) replacement for CORE::select 6 metacpan
Coro::Semaphore counting semaphores 6 metacpan
Coro::SemaphoreSet efficient set of counting semaphores 6 metacpan
Coro::Signal thread signals (binary semaphores) 6 metacpan
Coro::Socket non-blocking socket-I/O 6 metacpan
Coro::Specific manage coroutine-specific variables. 6 metacpan
Coro::State first class continuations 6 metacpan
Coro::Storable offer a more fine-grained Storable interface 6 metacpan
Coro::Timer timers and timeouts, independent of any event loop 6 metacpan
Coro::Util various utility functions. 6 metacpan

Provides

Name File View
Coro::AnyEvent::CondVar Coro/AnyEvent.pm metacpan
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
EV/Makefile.PL metacpan
Event/Makefile.PL metacpan
MANIFEST metacpan
META.json metacpan
Makefile.PL metacpan
README metacpan
README.linux-glibc metacpan