App-FuguVM 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.

prereq_matches_use

List all used modules in META.yml requires

Error:
  • Fugu::CLI
  • Fugu::Config
  • Fugu::File
  • Fugu::JSONSocket
  • Fugu::Log
  • Fugu::Pidfile
  • Fugu::Process
  • Fugu::Proxy
  • Fugu::Random
  • Fugu::SSH
  • Fugu::StateFile
  • Fugu::Timeout
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.

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:
  • Fugu::Log
  • Fugu::Pidfile
  • Fugu::StateFile
  • Fugu::TestLog

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
App::FuguVM install and manage OpenBSD virtual machines under QEMU metacpan
App::FuguVM::CLI the subcommands of fuguvm metacpan
App::FuguVM::Config the VM defaults over Fugu::Config metacpan
App::FuguVM::Console drive the serial console of a guest metacpan
App::FuguVM::Disk the qcow2 disk of a virtual machine metacpan
App::FuguVM::DiskCache cache of installed OpenBSD disks metacpan
App::FuguVM::Guest the lifecycle of one OpenBSD virtual machine metacpan
App::FuguVM::Miniroot the OpenBSD miniroot image metacpan
App::FuguVM::Proxy the OpenBSD mirror policy over Fugu::Proxy metacpan
App::FuguVM::QMP the QEMU Machine Protocol command set metacpan
App::FuguVM::State what FuguVM remembers about one VM between runs metacpan

Provides

Name File View
App::FuguVM::Proxy::Cache lib/App/FuguVM/Proxy.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README.md metacpan
cpanfile metacpan