IO-Mux 0.11 Deleted
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: IO-Mux-0.11/lib/IO/Mux/Select.pod -- Around line 152: =back without =over
- 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.
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- IO::Mux
- IO::Mux::Select
- 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_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
IO::Mux | simplify use of file-event loops | 0.11 | metacpan |
IO::Mux::Bundle | logical group of connections | 0.11 | metacpan |
IO::Mux::File::Read | write to file | 0.11 | metacpan |
IO::Mux::File::Write | write to file | 0.11 | metacpan |
IO::Mux::Handler | handle a connection | 0.11 | metacpan |
IO::Mux::Handler::Read | any mux reader | 0.11 | metacpan |
IO::Mux::Handler::Service | any mux service | 0.11 | metacpan |
IO::Mux::Handler::Write | any mux writer | 0.11 | metacpan |
IO::Mux::IPC | exchange data with external command | 0.11 | metacpan |
IO::Mux::Net::TCP | handle a TCP connection | 0.11 | metacpan |
IO::Mux::Open | simulate the open() function | 0.11 | metacpan |
IO::Mux::Pipe::Read | read from an external command | 0.11 | metacpan |
IO::Mux::Pipe::Write | write to an external command | 0.11 | metacpan |
IO::Mux::Poll | simplify use of poll() | 0.11 | metacpan |
IO::Mux::Select | simplify use of select() | 0.11 | metacpan |
IO::Mux::Service::TCP | TCP (socket) based service | 0.11 | metacpan |