Ekahau 0.001 Latest
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(0x5609d4349290)
- Ekahau/Events.pm: HASH(0x5609d43f1f30)
- Ekahau/License.pm: HASH(0x5609d7f7fbb0)
- Ekahau/Response.pm: HASH(0x5609d7f6a4c0)
- Ekahau/Response/Area.pm: HASH(0x5609d411e1a0)
- Ekahau/Response/AreaEstimate.pm: HASH(0x5609d7f717f8)
- Ekahau/Response/AreaList.pm: HASH(0x5609d40c9d88)
- Ekahau/Response/DeviceList.pm: HASH(0x5609d43c3620)
- Ekahau/Response/DeviceProperties.pm: HASH(0x5609d49fd800)
- Ekahau/Response/Error.pm: HASH(0x5609d4902dd0)
- Ekahau/Response/LocationContext.pm: HASH(0x5609d8018ac0)
- Ekahau/Response/LocationEstimate.pm: HASH(0x5609d7f62ec8)
- Ekahau/Response/MapImage.pm: HASH(0x5609d6dbabc0)
- Ekahau/Response/StopAreaTrackOK.pm: HASH(0x5609d7f90e10)
- Ekahau/Response/StopLocationTrackOK.pm: HASH(0x5609d43db6d8)
- Ekahau/Server.pm: HASH(0x5609d49bc678)
- Ekahau/Server/Test.pm: HASH(0x5609d434f958)
 
- 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 |