Parallel-Workers 0.0.9
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- no_abstract_stub_in_pod
-
Modify the stub. You might need to modify other stubs (for name, synopsis, license, etc) as well.
Error: Parallel::Workers::Backend::SSH,Parallel::Workers::Backend::XMLRPC,Parallel::Workers::Shared,Parallel::Workers::Transaction
- 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 |
---|---|---|---|
Parallel::Workers | run worker tasks in parallel. Worker task is a plugin that you can implement. The availables are Eval for CODE, SSH and XMLRPC. | 0.0.9 | metacpan |
Parallel::Workers::Backend | The backend is a plugins mechanism to run the worker tasks. Default plugins are implemented for Eval (CODE), SSH and XMLRPC tasks. You can add your own plugin with module name Parallel::Backend::YourTaskModule | metacpan | |
Parallel::Workers::Backend::Eval | metacpan | ||
Parallel::Workers::Backend::Null | metacpan | ||
Parallel::Workers::Backend::SSH | [One line description of module's purpose here] | metacpan | |
Parallel::Workers::Backend::XMLRPC | [One line description of module's purpose here] | metacpan | |
Parallel::Workers::Shared | [One line description of module's purpose here] | metacpan | |
Parallel::Workers::Transaction | [One line description of module's purpose here] | metacpan |