Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a list structure (author) [Validation: 1.3]

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Mango

no_invalid_versions

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

Error:

  • lib/Mango/Catalyst/Plugin/Authentication.pm: HASH(0x5609d4ac3bb8)
  • lib/Mango/Catalyst/Plugin/Authentication/Store.pm: HASH(0x5609d4a16050)
  • lib/Mango/Catalyst/Plugin/I18N.pm: HASH(0x5609d4bc2a48)

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
Mango An ecommerce solution using Catalyst, Handel and DBIx::Class 0.01000_05 metacpan
Mango::Attribute Module representing a product attribute metacpan
Mango::Cart Module representing a shopping cart metacpan
Mango::Cart::Item Module representing an individual cart item metacpan
Mango::Catalyst::Controller::Form Catalyst controller for form based activity. metacpan
Mango::Catalyst::Controller::REST Catalyst controller for REST based activity. metacpan
Mango::Catalyst::Model::Carts Catalyst model for cart information metacpan
Mango::Catalyst::Model::Orders Catalyst model for order information metacpan
Mango::Catalyst::Model::Products Catalyst model for product information metacpan
Mango::Catalyst::Model::Profiles Catalyst model for user profile information metacpan
Mango::Catalyst::Model::Provider Catalyst::Model/Mango::Provider glue metacpan
Mango::Catalyst::Model::Roles Catalyst model for user role information metacpan
Mango::Catalyst::Model::Users Catalyst model for user information metacpan
Mango::Catalyst::Model::Wishlists Catalyst model for wishlist information metacpan
Mango::Catalyst::Plugin::Authentication Custom Catalyst Authentication Plugin metacpan
Mango::Catalyst::Plugin::Authentication::AnonymousUser Custom Catalyst Authentication Anonymous User metacpan
Mango::Catalyst::Plugin::Authentication::CachedUser Cached Custom Catalyst Authentication User metacpan
Mango::Catalyst::Plugin::Authentication::Store Custom Catalyst Authentication Store metacpan
Mango::Catalyst::Plugin::Authentication::User Custom Catalyst Authentication User metacpan
Mango::Catalyst::Plugin::I18N Custom Catalyst I18N Plugin metacpan
Mango::Catalyst::View::Atom View class for Atom feeds metacpan
Mango::Catalyst::View::Feed View class for XML::Feed based feeds metacpan
Mango::Catalyst::View::HTML View class for HTML output metacpan
Mango::Catalyst::View::RSS View class for RSS feeds metacpan
Mango::Catalyst::View::Text View class for Text output metacpan
Mango::Catalyst::View::XHTML View class for XHTML output metacpan
Mango::Currency Module for currency formatting and conversion metacpan
Mango::Exception Module representing an exception or error condition metacpan
Mango::Form Module representing an input form metacpan
Mango::Form::Results Module representing form validation results metacpan
Mango::I18N Message localization support for Mango metacpan
Mango::I18N::en Mango Language Pack: English metacpan
Mango::I18N::ru Mango Language Pack: Russian metacpan
Mango::Iterator Module representing a collection of results metacpan
Mango::Object Base class used for Mango result objects. metacpan
Mango::Object::Meta Module representing object meta information metacpan
Mango::Order Module representing an order metacpan
Mango::Order::Item Module representing an individual order item metacpan
Mango::Product Module representing a product metacpan
Mango::Profile Module representing a user profile metacpan
Mango::Provider Base class for all Mango providers metacpan
Mango::Provider::Carts Provider class for cart information metacpan
Mango::Provider::DBIC Provider class for DBIx::Class based providers metacpan
Mango::Provider::Orders Provider class for order information metacpan
Mango::Provider::Products Provider class for product information metacpan
Mango::Provider::Profiles Provider class for user profile information metacpan
Mango::Provider::Roles Provider class for user role information metacpan
Mango::Provider::Users Provider class for user information metacpan
Mango::Provider::Wishlists Provider class for wishlist information metacpan
Mango::Role Module representing a user role metacpan
Mango::Schema Schema class for Mango metacpan
Mango::Schema::Cart DBIC schema class for carts metacpan
Mango::Schema::Cart::Item DBIC schema class for cart items metacpan
Mango::Schema::Order DBIC schema class for orders metacpan
Mango::Schema::Order::Item DBIC schema class for order items metacpan
Mango::Schema::Product DBIC schema class for products metacpan
Mango::Schema::ProductAttribute DBIC schema class for product attributes metacpan
Mango::Schema::ProductTag DBIC schema class for product tags metacpan
Mango::Schema::Profile DBIC schema class for Profiles metacpan
Mango::Schema::Role DBIC schema class for Roles metacpan
Mango::Schema::Tag DBIC schema class for Tags metacpan
Mango::Schema::User DBIC schema class for Users metacpan
Mango::Schema::UserRole DBIC schema class for users role membership metacpan
Mango::Schema::Wishlist DBIC schema class for wishlists metacpan
Mango::Schema::Wishlist::Item DBIC schema class for wishlist items metacpan
Mango::Tag Module representing a [folksonomy] tag metacpan
Mango::User Module representing an individual user metacpan
Mango::Wishlist Module representing a wishlist metacpan
Mango::Wishlist::Item Module representing an individual wishlist item metacpan

Provides

Name File View
Mango::Iterator::HandelResults lib/Mango/Iterator.pm metacpan
Mango::Iterator::List lib/Mango/Iterator.pm metacpan

Other Files

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