Algorithm-Paxos 0.001 Latest
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Algorithm::Paxos
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Algorithm-Paxos-0.001/lib/Algorithm/Paxos/Role/Learner.pm -- Around line 82: Unknown directive: =meethod
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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: Algorithm::Paxos
- 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).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Algorithm::Paxos | An implementation of the Paxos protocol | 0.001 | metacpan |
Algorithm::Paxos::Exception | Simple Sugar for Throwable::Error | 0.001 | metacpan |
Algorithm::Paxos::Role::Acceptor | An Acceptor role for the Paxos algorithm | 0.001 | metacpan |
Algorithm::Paxos::Role::Learner | A Learner role for the Paxos algorithm | 0.001 | metacpan |
Algorithm::Paxos::Role::Proposer | A Proposer role for the Paxos algorithm | 0.001 | metacpan |