IPC-Manager 0.000002
Kwalitee Issues
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Atomic::Pipe
- DBI
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: IPC-Manager-0.000002/lib/IPC/Manager/Serializer/JSON.pm -- Around line 62: Expected text after =item, not a bullet Around line 64: You forgot a '=back' before '=head1' IPC-Manager-0.000002/lib/IPC/Manager/Serializer.pm -- Around line 51: Expected text after =item, not a bullet Around line 53: You forgot a '=back' before '=head1'
- 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_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| IPC::Manager | Decentralized local IPC through various protocols. | 0.000002 | metacpan |
| IPC::Manager::Base::DBI | Base class for DBI based protocols | 0.000002 | metacpan |
| IPC::Manager::Base::FS | Base class for filesystem based protocols | 0.000002 | metacpan |
| IPC::Manager::Client | Base class for all client protocols | 0.000002 | metacpan |
| IPC::Manager::Client::AtomicPipe | Use FIFO pipes for message transfers. | 0.000002 | metacpan |
| IPC::Manager::Client::MariaDB | Use MariaDB as a message store. | 0.000002 | metacpan |
| IPC::Manager::Client::MessageFiles | Use files on disk as a message store. | 0.000002 | metacpan |
| IPC::Manager::Client::MySQL | Use MySQL as a message store. | 0.000002 | metacpan |
| IPC::Manager::Client::PostgreSQL | Use PostgreSQL as a message store. | 0.000002 | metacpan |
| IPC::Manager::Client::SQLite | Use SQLite as a message store. | 0.000002 | metacpan |
| IPC::Manager::Client::UnixSocket | Use UNIX sockets for message transfers. | 0.000002 | metacpan |
| IPC::Manager::Message | Messages sent between clients. | 0.000002 | metacpan |
| IPC::Manager::Serializer | Serializer base class for IPC::Manager. | 0.000002 | metacpan |
| IPC::Manager::Serializer::JSON | JSON Serializer for IPC::Manager. | 0.000002 | metacpan |
| IPC::Manager::Spawn | Encapsulation of a newly initiated message store. | 0.000002 | metacpan |