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(0x55607dad6f68)
  • lib/UAV/Pilot/Wumpus/Control.pm: HASH(0x55607d1a3930)
  • lib/UAV/Pilot/Wumpus/Control/Event.pm: HASH(0x55607dddb0c8)
  • lib/UAV/Pilot/Wumpus/Driver.pm: HASH(0x556078342c98)
  • lib/UAV/Pilot/Wumpus/Driver/Mock.pm: HASH(0x55607d19ac90)
  • lib/UAV/Pilot/Wumpus/Exceptions.pm: HASH(0x55607df71da0)
  • lib/UAV/Pilot/Wumpus/Packet.pm: HASH(0x55607dde7fc0)
  • lib/UAV/Pilot/Wumpus/Packet/Ack.pm: HASH(0x55607dd71c60)
  • lib/UAV/Pilot/Wumpus/Packet/AckRequest.pm: HASH(0x55607d197cb8)
  • lib/UAV/Pilot/Wumpus/Packet/RadioMinMax.pm: HASH(0x55607dd41318)
  • lib/UAV/Pilot/Wumpus/Packet/RadioOutputs.pm: HASH(0x55607d185608)
  • lib/UAV/Pilot/Wumpus/Packet/Startup.pm: HASH(0x55607d975db8)
  • lib/UAV/Pilot/Wumpus/Packet/StartupRequest.pm: HASH(0x55607dd5ebc8)
  • lib/UAV/Pilot/Wumpus/Packet/Status.pm: HASH(0x55607d183028)
  • lib/UAV/Pilot/Wumpus/Packet/VideoStream.pm: HASH(0x55607d19e110)
  • lib/UAV/Pilot/Wumpus/PacketFactory.pm: HASH(0x55607dd528e0)
  • lib/UAV/Pilot/Wumpus/Video.pm: HASH(0x55607d150398)
  • lib/UAV/Pilot/Wumpus/Video/Mock.pm: HASH(0x55607df724f0)

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.

Other Files

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