Fugu 0.1.0
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- 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 |
|---|---|---|---|
| Fugu::CLI | subcommand dispatch for a command-line tool | metacpan | |
| Fugu::Config | the OpenBSD-style configuration grammar | metacpan | |
| Fugu::Control | metacpan | ||
| Fugu::Daemon | daemonization for Perl programs | metacpan | |
| Fugu::EventLoop | one select loop for a daemon with one process | metacpan | |
| Fugu::File | file operations for a daemon and its tools | metacpan | |
| Fugu::Imsg | imsg messages over a connected stream socket | metacpan | |
| Fugu::JSONSocket | newline-delimited JSON over a UNIX socket | metacpan | |
| Fugu::Log | logging to syslog, standard error, or nowhere | metacpan | |
| Fugu::MQTT | a subscribing MQTT client for a single-threaded daemon | metacpan | |
| Fugu::Mdnsd | control mdnsd over its control socket | metacpan | |
| Fugu::Pidfile | locked PID file | metacpan | |
| Fugu::Privdrop | permanent drop of root privileges | metacpan | |
| Fugu::Process | child process management | metacpan | |
| Fugu::Proxy | metacpan | ||
| Fugu::Random | random bytes and random passwords | metacpan | |
| Fugu::SSH | run a command on another machine over SSH | metacpan | |
| Fugu::Sandbox | pledge and unveil as a platform abstraction | metacpan | |
| Fugu::Signal | signal handlers for graceful shutdown | metacpan | |
| Fugu::StateFile | a small JSON state file | metacpan | |
| Fugu::TestLog | a quiet process default logger for a test file | metacpan | |
| Fugu::Timeout | run something under a time limit | metacpan | |
| Protocol::Imsg | the OpenBSD imsg(3) frame, as bytes | metacpan |
Provides
| Name | File | View |
|---|---|---|
| Fugu::Control::Client | lib/Fugu/Control.pm | metacpan |
| Fugu::Proxy::Cache | lib/Fugu/Proxy.pm | metacpan |
| Fugu::Proxy::Meta | lib/Fugu/Proxy.pm | metacpan |
Other Files
| MANIFEST | metacpan |
| Makefile.PL | metacpan |
| README.md | metacpan |
| cpanfile | metacpan |