Business-Travel-OTA 0.901 Deleted
Kwalitee Issues
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- 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.
- 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: Business::Travel::OTA::Authentication, Business::Travel::OTA::Authorization, Business::Travel::OTA::Client, Business::Travel::OTA::Conversation, Business::Travel::OTA::LocalServer, Business::Travel::OTA::LocalServer::General, Business::Travel::OTA::Message, Business::Travel::OTA::Partner, Business::Travel::OTA::Release, Business::Travel::OTA::RemoteServer, Business::Travel::OTA::RemoteServer::HTTP, Business::Travel::OTA::RemoteServer::Local, Business::Travel::OTA::RemoteServer::SOAP, Business::Travel::OTA::TestAccumulator, Business::Travel::OTA::Transport, Business::Travel::OTA::Transport::HTTP, Business::Travel::OTA::Transport::Local, Business::Travel::OTA::Transport::SOAP, Business::Travel::OTA::UseCase, Business::Travel::OTA::Utils
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 1.01,1.02,1.04
- 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_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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 |
---|---|---|---|
Business::Travel::OTA::Authentication | Base class for OTA authentication approaches | 1.02 | metacpan |
Business::Travel::OTA::Authorization | Base class for OTA authorization approaches | 1.02 | metacpan |
Business::Travel::OTA::Client | Logic for sequencing and accumulating results for the test client | 1.02 | metacpan |
Business::Travel::OTA::Conversation | Base class for OTA conversation approaches | 1.02 | metacpan |
Business::Travel::OTA::LocalServer | Base class for logic to process messages and send replies | 1.02 | metacpan |
Business::Travel::OTA::Message | Helper class to parse and build XML messages | 1.02 | metacpan |
Business::Travel::OTA::Partner | Base class for logic for an OTA trading partner | 1.01 | metacpan |
Business::Travel::OTA::Release | Administer/install a release of OTA message schemas | 1.02 | metacpan |
Business::Travel::OTA::RemoteServer | Logic for handing messages to a remote server | 1.02 | metacpan |
Business::Travel::OTA::TestAccumulator | Accumulate and print test results | 1.02 | metacpan |
Business::Travel::OTA::Transport | Base class for all OTA transport protocols | 1.02 | metacpan |
Business::Travel::OTA::Transport::HTTP | Logic for transporting messages from a client via simple HTTP | 1.02 | metacpan |
Business::Travel::OTA::Transport::Local | Logic for handing messages to the server dispatch locally (without IPC) | 1.02 | metacpan |
Business::Travel::OTA::Transport::SOAP | Logic for transporting messages from a client via simple SOAP | 1.02 | metacpan |
Business::Travel::OTA::UseCase | Base class for OTA use case approaches | 1.02 | metacpan |
Business::Travel::OTA::Utils | Useful functions for processing OTA messages | 1.04 | metacpan |
Provides
Name | File | View |
---|---|---|
Business::Travel::OTA::Client::HTTP | lib/Business/Travel/OTA/RemoteServer/HTTP.pm | metacpan |
Business::Travel::OTA::Client::Local | lib/Business/Travel/OTA/RemoteServer/Local.pm | metacpan |
Business::Travel::OTA::Client::SOAP | lib/Business/Travel/OTA/RemoteServer/SOAP.pm | metacpan |
Business::Travel::OTA::Dispatcher::General | lib/Business/Travel/OTA/LocalServer/General.pm | metacpan |