UAV-Pilot-Wumpus 0.586092716855095 Latest
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(0x5609d4754b30)
- lib/UAV/Pilot/Wumpus/Control.pm: HASH(0x5609d47efd58)
- lib/UAV/Pilot/Wumpus/Control/Event.pm: HASH(0x5609d4771790)
- lib/UAV/Pilot/Wumpus/Driver.pm: HASH(0x5609d4bf2270)
- lib/UAV/Pilot/Wumpus/Driver/Mock.pm: HASH(0x5609d47ef308)
- lib/UAV/Pilot/Wumpus/Exceptions.pm: HASH(0x5609d47fe828)
- lib/UAV/Pilot/Wumpus/Packet.pm: HASH(0x5609d477a7c8)
- lib/UAV/Pilot/Wumpus/Packet/Ack.pm: HASH(0x5609d4c487f8)
- lib/UAV/Pilot/Wumpus/Packet/AckRequest.pm: HASH(0x5609d47ab790)
- lib/UAV/Pilot/Wumpus/Packet/RadioMinMax.pm: HASH(0x5609d476bcc8)
- lib/UAV/Pilot/Wumpus/Packet/RadioOutputs.pm: HASH(0x5609d475dab8)
- lib/UAV/Pilot/Wumpus/Packet/Startup.pm: HASH(0x5609d4783d80)
- lib/UAV/Pilot/Wumpus/Packet/StartupRequest.pm: HASH(0x5609d4745ae0)
- lib/UAV/Pilot/Wumpus/Packet/Status.pm: HASH(0x5609d47f8948)
- lib/UAV/Pilot/Wumpus/Packet/VideoStream.pm: HASH(0x5609d4c3a378)
- lib/UAV/Pilot/Wumpus/PacketFactory.pm: HASH(0x5609d4783d08)
- lib/UAV/Pilot/Wumpus/Video.pm: HASH(0x5609d47711c0)
- lib/UAV/Pilot/Wumpus/Video/Mock.pm: HASH(0x5609d47d7578)
- 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.