Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP,test.sh

prereq_matches_use

List all used modules in META.yml requires

Error:

  • IO::Socket::Multicast

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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_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.

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: UAV::Pilot::Wumpus::Commands

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/UAV/Pilot/Wumpus.pm: HASH(0x559ce51b6478)
  • lib/UAV/Pilot/Wumpus/Control.pm: HASH(0x559ce5aaec68)
  • lib/UAV/Pilot/Wumpus/Control/Event.pm: HASH(0x559ce51519c8)
  • lib/UAV/Pilot/Wumpus/Driver.pm: HASH(0x559ce5ac2670)
  • lib/UAV/Pilot/Wumpus/Driver/Mock.pm: HASH(0x559ce5b14c70)
  • lib/UAV/Pilot/Wumpus/Exceptions.pm: HASH(0x559ce5b05718)
  • lib/UAV/Pilot/Wumpus/Packet.pm: HASH(0x559ce5b52f30)
  • lib/UAV/Pilot/Wumpus/Packet/Ack.pm: HASH(0x559ce5b1dd58)
  • lib/UAV/Pilot/Wumpus/Packet/AckRequest.pm: HASH(0x559ce5212fb8)
  • lib/UAV/Pilot/Wumpus/Packet/RadioMinMax.pm: HASH(0x559ce51b0e60)
  • lib/UAV/Pilot/Wumpus/Packet/RadioOutputs.pm: HASH(0x559ce520c3c0)
  • lib/UAV/Pilot/Wumpus/Packet/Startup.pm: HASH(0x559ce5b14208)
  • lib/UAV/Pilot/Wumpus/Packet/StartupRequest.pm: HASH(0x559ce55800e0)
  • lib/UAV/Pilot/Wumpus/Packet/Status.pm: HASH(0x559ce5a7a1d0)
  • lib/UAV/Pilot/Wumpus/Packet/VideoStream.pm: HASH(0x559ce5afc850)
  • lib/UAV/Pilot/Wumpus/PacketFactory.pm: HASH(0x559ce5aee148)
  • lib/UAV/Pilot/Wumpus/Video.pm: HASH(0x559ce5b14b68)
  • lib/UAV/Pilot/Wumpus/Video/Mock.pm: HASH(0x559ce556cc40)

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.

Other Files

MANIFEST metacpan
META.json metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan