Coro 5.26 Deleted
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.
- 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).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Coro | the only real threads in perl | 5.26 | metacpan |
| Coro::AIO | truly asynchronous file and directory I/O | 5.26 | metacpan |
| Coro::AnyEvent | integrate threads into AnyEvent | 5.26 | metacpan |
| Coro::BDB | truly asynchronous bdb access | 5.26 | metacpan |
| Coro::Channel | message queues | 5.26 | metacpan |
| Coro::Debug | various functions that help debugging Coro programs | 5.26 | metacpan |
| Coro::EV | do events the coro-way, with EV | 5.26 | metacpan |
| Coro::Event | do events the coro-way, with Event | 5.26 | metacpan |
| Coro::Handle | non-blocking I/O with a blocking interface. | 5.26 | metacpan |
| Coro::LWP | make LWP non-blocking - as much as possible | 5.26 | metacpan |
| Coro::MakeMaker | MakeMaker glue for the XS-level Coro API | 5.26 | metacpan |
| Coro::RWLock | reader/write locks | 5.26 | metacpan |
| Coro::Select | a (slow but coro-aware) replacement for CORE::select | 5.26 | metacpan |
| Coro::Semaphore | counting semaphores | 5.26 | metacpan |
| Coro::SemaphoreSet | efficient set of counting semaphores | 5.26 | metacpan |
| Coro::Signal | thread signals (binary semaphores) | 5.26 | metacpan |
| Coro::Socket | non-blocking socket-I/O | 5.26 | metacpan |
| Coro::Specific | manage coroutine-specific variables. | 5.26 | metacpan |
| Coro::State | first class continuations | 5.26 | metacpan |
| Coro::Storable | offer a more fine-grained Storable interface | 5.26 | metacpan |
| Coro::Timer | timers and timeouts, independent of any event loop | 5.26 | metacpan |
| Coro::Util | various utility functions. | 5.26 | 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 |