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(0x5629beb1a9a0)
  • Ekahau/Events.pm: HASH(0x5629beb1a808)
  • Ekahau/License.pm: HASH(0x5629beb4b190)
  • Ekahau/Response.pm: HASH(0x5629beb402b0)
  • Ekahau/Response/Area.pm: HASH(0x5629beb8f3c0)
  • Ekahau/Response/AreaEstimate.pm: HASH(0x5629be3f8598)
  • Ekahau/Response/AreaList.pm: HASH(0x5629bec1f4e8)
  • Ekahau/Response/DeviceList.pm: HASH(0x5629bebf9260)
  • Ekahau/Response/DeviceProperties.pm: HASH(0x5629bec10ae8)
  • Ekahau/Response/Error.pm: HASH(0x5629beaf3528)
  • Ekahau/Response/LocationContext.pm: HASH(0x5629beb1a850)
  • Ekahau/Response/LocationEstimate.pm: HASH(0x5629beb5a330)
  • Ekahau/Response/MapImage.pm: HASH(0x5629beb990a0)
  • Ekahau/Response/StopAreaTrackOK.pm: HASH(0x5629beb8fab0)
  • Ekahau/Response/StopLocationTrackOK.pm: HASH(0x5629beb151f0)
  • Ekahau/Server.pm: HASH(0x5629beb3bb40)
  • Ekahau/Server/Test.pm: HASH(0x5629bec33a18)

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

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