Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (39) does not match dist (37):
  • Duplicates in MANIFEST: lib/Business/TrueLayer/Request.pm, t/business/truelayer.t

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.

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.

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Business::TrueLayer Perl library for interacting with the TrueLayer v3 API (https://docs.truelayer.com/) 0.01 metacpan
Business::TrueLayer::Authenticator Class to handle low level request authentication, you probably don't need to use this and should use the main L<Business::TrueLayer> module instead. metacpan
Business::TrueLayer::Beneficiary class representing a beneficiary as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::MerchantAccount class representing a merchant account as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::MerchantAccount::Identifier class representing a merchant account identifier as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::Payment class representing a payment as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::Payment::Method class representing a payment_method as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::Provider class representing a provider as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::Provider::Filter class representing a provider filter as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::Provider::Scheme class representing a scheme as used in the TrueLayer v3 API. metacpan
Business::TrueLayer::Request abstract class to handle low level request traffic to TrueLayer, you probably don't need to use this and should use the main L<Business::TrueLayer> module instead. metacpan
Business::TrueLayer::Signer Class to handle request signing TrueLayer requests as described by https://github.com/TrueLayer/truelayer-signing/blob/main/request-signing-v2.md metacpan
Business::TrueLayer::Types metacpan
Business::TrueLayer::User class representing a user as used in the TrueLayer v3 API. metacpan

Other Files

MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan