IOMux 1.01 Latest
Kwalitee Issues
No Core Issues.
- 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_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.
- 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 |
---|---|---|---|
IOMux | simplify use of file-event loops, base class | 1.01 | metacpan |
IOMux::Bundle | logical group of connections | 1.01 | metacpan |
IOMux::File::Read | write to file | 1.01 | metacpan |
IOMux::File::Write | write to file | 1.01 | metacpan |
IOMux::Handler | handle a connection | 1.01 | metacpan |
IOMux::Handler::Read | any mux reader | 1.01 | metacpan |
IOMux::Handler::Service | any mux service | 1.01 | metacpan |
IOMux::Handler::Write | any mux writer | 1.01 | metacpan |
IOMux::IPC | exchange data with external command | 1.01 | metacpan |
IOMux::Net::TCP | handle a TCP connection | 1.01 | metacpan |
IOMux::Open | simulate the open() function | 1.01 | metacpan |
IOMux::Pipe::Read | read from an external command | 1.01 | metacpan |
IOMux::Pipe::Write | write to an external command | 1.01 | metacpan |
IOMux::Poll | simplify use of poll() | 1.01 | metacpan |
IOMux::Select | simplify use of select() | 1.01 | metacpan |
IOMux::Service::TCP | TCP (socket) based service | 1.01 | metacpan |