Kwalitee Issues

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.

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, Coro::Channel, Coro::Cont, Coro::Event, Coro::Event::IO, Coro::Semaphore, Coro::Signal, Coro::Specific, Coro::State

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Event

no_pod_errors

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

Error: Coro-0.1/Coro/Cont.pm -- Around line 16: Non-ASCII character seen before =encoding in 'grün'. Assuming UTF-8 Coro-0.1/Coro/Event/IO.pm -- Around line 156: You forgot a '=back' before '=head1' Coro-0.1/Coro/Event.pm -- Around line 182: You forgot a '=back' before '=head1' Coro-0.1/Coro.pm -- Around line 72: '=item' outside of any '=over' Around line 113: You forgot a '=back' before '=head2'

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::Channel, Coro::Cont, Coro::Event, Coro::Event::IO, Coro::Semaphore, Coro::Signal, Coro::Specific, Coro::State

Modules

Name Abstract Version View
Coro coroutine process abstraction 0.1 metacpan
Coro::Channel message queues 0.1 metacpan
Coro::Cont schmorp's faked continuations 0.1 metacpan
Coro::Event do events the coro-way 0.1 metacpan
Coro::Event::IO non-blocking io with a blocking interface. 0.1 metacpan
Coro::Semaphore non-binary semaphores 0.1 metacpan
Coro::Signal coroutine signals (binary semaphores) 0.1 metacpan
Coro::Specific manage coroutone-specific variables. 0.1 metacpan
Coro::State create and manage simple coroutines 0.1 metacpan

Provides

Name File View
Coro::Event::IO::FH Coro/Event/IO.pm metacpan

Other Files

Changes metacpan
Coro/Makefile.PL metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan