Kwalitee Issues

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

no_invalid_versions

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

Error:

  • Ekahau.pm: HASH(0x5609d5ae9208)
  • Ekahau/Events.pm: HASH(0x5609d451ec38)
  • Ekahau/License.pm: HASH(0x5609d5bf63e8)
  • Ekahau/Response.pm: HASH(0x5609d5a96dd8)
  • Ekahau/Response/Area.pm: HASH(0x5609d5abf020)
  • Ekahau/Response/AreaEstimate.pm: HASH(0x5609d5a72000)
  • Ekahau/Response/AreaList.pm: HASH(0x5609d5ad1310)
  • Ekahau/Response/DeviceList.pm: HASH(0x5609d5a6eb20)
  • Ekahau/Response/DeviceProperties.pm: HASH(0x5609d5a83530)
  • Ekahau/Response/Error.pm: HASH(0x5609d533ff90)
  • Ekahau/Response/LocationContext.pm: HASH(0x5609d59de4a8)
  • Ekahau/Response/LocationEstimate.pm: HASH(0x5609d5a948a0)
  • Ekahau/Response/MapImage.pm: HASH(0x5609d5a82c48)
  • Ekahau/Response/StopAreaTrackOK.pm: HASH(0x5609d59e6990)
  • Ekahau/Response/StopLocationTrackOK.pm: HASH(0x5609d5a9de68)
  • Ekahau/Server.pm: HASH(0x5609d5a1bdf0)
  • Ekahau/Server/Test.pm: HASH(0x5609d5a94528)

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Ekahau Synchronous interface to Ekahau location sensing system metacpan
Ekahau::Base Low-level interface to Ekahau location sensing system 0.001 metacpan
Ekahau::ErrHandler Internal class used to unify error handling across Ekahau modules 0.001 metacpan
Ekahau::Events Event-driven interface to Ekahau location sensing system metacpan
Ekahau::License Internal module used to parse and handle Ekahau license files. metacpan
Ekahau::Response Response from an Ekahau server metacpan
Ekahau::Response::Area Represents a single area contained in an Ekahau response metacpan
Ekahau::Response::AreaEstimate A list of areas where a tracked object may be metacpan
Ekahau::Response::AreaList Represents a list of areas contained in an Ekahau response metacpan
Ekahau::Response::DeviceList A list of devices visible to Ekahau metacpan
Ekahau::Response::DeviceProperties Properties of a device tracked by Ekahau metacpan
Ekahau::Response::Error An error response from Ekahau metacpan
Ekahau::Response::LocationContext metacpan
Ekahau::Response::LocationEstimate Contains an estimate of an object's location metacpan
Ekahau::Response::MapImage Contains a map of a location metacpan
Ekahau::Response::StopAreaTrackOK Indicates a "stop area track" command succeeded. metacpan
Ekahau::Response::StopLocationTrackOK Indicates a "stop location track" command succeeded. metacpan
Ekahau::Server Simple class for creating an Ekahau-style server, for testing metacpan
Ekahau::Server::Test Creates a test Ekahau server metacpan

Provides

Name File View
Ekahau::ErrHandler::Internal Ekahau/ErrHandler.pm metacpan
Ekahau::Server::Listener Ekahau/Server.pm metacpan
Ekahau::Server::Test::Background Ekahau/Server/Test.pm metacpan
Ekahau::Server::Test::Listener Ekahau/Server/Test.pm metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan