Distributed-Process 0.20 Latest
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: Distributed-Process-0.20/lib/Distributed/Process/BaseWorker.pm -- Around line 114: Non-ASCII character seen before =encoding in 'Cédric'. Assuming CP1252 Distributed-Process-0.20/lib/Distributed/Process/Client.pm -- Around line 268: Non-ASCII character seen before =encoding in 'Cédric'. Assuming CP1252 Distributed-Process-0.20/lib/Distributed/Process/Interface.pm -- Around line 142: Non-ASCII character seen before =encoding in 'Cédric'. Assuming CP1252 Distributed-Process-0.20/lib/Distributed/Process/LocalWorker.pm -- Around line 196: Non-ASCII character seen before =encoding in 'Cédric'. Assuming UTF-8 Distributed-Process-0.20/lib/Distributed/Process/Master.pm -- Around line 543: Non-ASCII character seen before =encoding in 'Cédric'. Assuming CP1252 Distributed-Process-0.20/lib/Distributed/Process/RemoteWorker.pm -- Around line 186: Non-ASCII character seen before =encoding in 'Cédric'. Assuming UTF-8 Distributed-Process-0.20/lib/Distributed/Process/Server.pm -- Around line 137: Non-ASCII character seen before =encoding in 'Cédric'. Assuming CP1252 Distributed-Process-0.20/lib/Distributed/Process/Worker.pm -- Around line 71: Non-ASCII character seen before =encoding in 'Cédric'. Assuming UTF-8 Distributed-Process-0.20/lib/Distributed/Process.pm -- Around line 264: Non-ASCII character seen before =encoding in 'Cédric'. Assuming CP1252
- 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.
- 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.
- 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: Distributed::Process
- 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 |
---|---|---|---|
Distributed::Process | a framework for running a process simultaneously on several machines. | 0.20 | metacpan |
Distributed::Process::BaseWorker | base class for all workers, both local and remote | metacpan | |
Distributed::Process::Client | a class to run a client in a Distributed::Process cluster. | metacpan | |
Distributed::Process::Interface | a base class for handling a network connection and the commands received from it. | metacpan | |
Distributed::Process::LocalWorker | a base class for Distributed::Process::Worker when running on the client side. | metacpan | |
Distributed::Process::Master | a class to conduct the chorus of D::P::Workers, under a D::P::Server. | metacpan | |
Distributed::Process::RemoteWorker | a class to control from the server side a worker object running on the client side. | metacpan | |
Distributed::Process::Server | a class to run the server of a Distributed::Process cluster. | metacpan | |
Distributed::Process::Worker | a base class for a worker | metacpan |