Kwalitee Issues

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 (102) does not match dist (101):
  • Duplicates in MANIFEST: lib/WWW/Shopify.pm

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: WWW::Shopify::Model::DBIx::Schema

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.

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: WWW::Shopify::Model::DBIx::Schema

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
WWW::Shopify Main object representing acess to a particular Shopify store. 0.02 metacpan
WWW::Shopify::Common::DBIx metacpan
WWW::Shopify::Exception metacpan
WWW::Shopify::Field metacpan
WWW::Shopify::Field::Identifier metacpan
WWW::Shopify::Field::Relation metacpan
WWW::Shopify::Field::String metacpan
WWW::Shopify::Field::Text metacpan
WWW::Shopify::Model::Address metacpan
WWW::Shopify::Model::ApplicationCharge metacpan
WWW::Shopify::Model::Article metacpan
WWW::Shopify::Model::Asset metacpan
WWW::Shopify::Model::Blog metacpan
WWW::Shopify::Model::Cart metacpan
WWW::Shopify::Model::Cart::LineItem metacpan
WWW::Shopify::Model::Checkout metacpan
WWW::Shopify::Model::CustomCollection metacpan
WWW::Shopify::Model::Customer metacpan
WWW::Shopify::Model::CustomerGroup metacpan
WWW::Shopify::Model::DBIx::Schema metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Address Database Object for WWW::Shopify::Model::Address. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::ApplicationCharge Database Object for WWW::Shopify::Model::ApplicationCharge. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Article Database Object for WWW::Shopify::Model::Article. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Asset Database Object for WWW::Shopify::Model::Asset. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Blog Database Object for WWW::Shopify::Model::Blog. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Cart Database Object for WWW::Shopify::Model::Cart. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Cart::LineItem Database Object for WWW::Shopify::Model::Cart::LineItem. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Checkout Database Object for WWW::Shopify::Model::Checkout. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::CustomCollection Database Object for WWW::Shopify::Model::CustomCollection. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Customer Database Object for WWW::Shopify::Model::Customer. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::CustomerGroup Database Object for WWW::Shopify::Model::CustomerGroup. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::FulfillmentLineItem metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Metafield Database Object for WWW::Shopify::Model::Metafield. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order Database Object for WWW::Shopify::Model::Order. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::ClientDetails Database Object for WWW::Shopify::Model::Order::ClientDetails. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::DiscountCode Database Object for WWW::Shopify::Model::Order::DiscountCode. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::Fulfillment Database Object for WWW::Shopify::Model::Order::Fulfillment. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::Fulfillment::Receipt Database Object for WWW::Shopify::Model::Order::Fulfillment::Receipt. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::LineItem Database Object for WWW::Shopify::Model::Order::LineItem. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::NoteAttributes Database Object for WWW::Shopify::Model::Order::NoteAttributes. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::PaymentDetails Database Object for WWW::Shopify::Model::Order::PaymentDetails. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::ShippingLine Database Object for WWW::Shopify::Model::Order::ShippingLine. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Order::TaxLine Database Object for WWW::Shopify::Model::Order::TaxLine. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::OrderLineItem metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Product Database Object for WWW::Shopify::Model::Product. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Product::Image Database Object for WWW::Shopify::Model::Product::Image. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Product::Option Database Object for WWW::Shopify::Model::Product::Option. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Product::Variant Database Object for WWW::Shopify::Model::Product::Variant. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::ProductSearchEngine Database Object for WWW::Shopify::Model::ProductSearchEngine. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::RecurringApplicationCharge Database Object for WWW::Shopify::Model::RecurringApplicationCharge. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Redirect Database Object for WWW::Shopify::Model::Redirect. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::ScriptTag Database Object for WWW::Shopify::Model::ScriptTag. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Shop Database Object for WWW::Shopify::Model::Shop. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::SmartCollection Database Object for WWW::Shopify::Model::SmartCollection. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::SmartCollection::Image Database Object for WWW::Shopify::Model::SmartCollection::Image. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::SmartCollection::Rule Database Object for WWW::Shopify::Model::SmartCollection::Rule. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Theme Database Object for WWW::Shopify::Model::Theme. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Transaction Database Object for WWW::Shopify::Model::Transaction. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Transaction::Receipt Database Object for WWW::Shopify::Model::Transaction::Receipt. metacpan
WWW::Shopify::Model::DBIx::Schema::Result::Model::Webhook Database Object for WWW::Shopify::Model::Webhook. metacpan
WWW::Shopify::Model::Item metacpan
WWW::Shopify::Model::Metafield metacpan
WWW::Shopify::Model::NestedItem metacpan
WWW::Shopify::Model::Order metacpan
WWW::Shopify::Model::Order::ClientDetails metacpan
WWW::Shopify::Model::Order::DiscountCode metacpan
WWW::Shopify::Model::Order::Fulfillment metacpan
WWW::Shopify::Model::Order::Fulfillment::Receipt metacpan
WWW::Shopify::Model::Order::LineItem metacpan
WWW::Shopify::Model::Order::NoteAttributes metacpan
WWW::Shopify::Model::Order::PaymentDetails metacpan
WWW::Shopify::Model::Order::ShippingLine metacpan
WWW::Shopify::Model::Order::TaxLine metacpan
WWW::Shopify::Model::Product metacpan
WWW::Shopify::Model::Product::Image metacpan
WWW::Shopify::Model::Product::Option metacpan
WWW::Shopify::Model::Product::Variant metacpan
WWW::Shopify::Model::ProductSearchEngine metacpan
WWW::Shopify::Model::RecurringApplicationCharge metacpan
WWW::Shopify::Model::Redirect metacpan
WWW::Shopify::Model::ScriptTag metacpan
WWW::Shopify::Model::Shop metacpan
WWW::Shopify::Model::SmartCollection metacpan
WWW::Shopify::Model::SmartCollection::Image metacpan
WWW::Shopify::Model::SmartCollection::Rule metacpan
WWW::Shopify::Model::Theme metacpan
WWW::Shopify::Model::Transaction metacpan
WWW::Shopify::Model::Transaction::Receipt metacpan
WWW::Shopify::Model::Webhook metacpan
WWW::Shopify::Private Main object representing private app access to a particular Shopify store. metacpan
WWW::Shopify::Public Main object representing public app access to a particular Shopify store. metacpan
WWW::Shopify::Test A subclass of WWW::Shopify which represents a testing environment. metacpan
WWW::Shopify::URLHandler::Queued metacpan

Provides

Name File View
WWW::Shopify::Exception::CallLimit lib/WWW/Shopify/Exception.pm metacpan
WWW::Shopify::Exception::DBError lib/WWW/Shopify/Exception.pm metacpan
WWW::Shopify::Field::Boolean lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Currency lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Date lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Float lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Hook lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Identifier::String lib/WWW/Shopify/Field/Identifier.pm metacpan
WWW::Shopify::Field::Int lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Money lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::Field::Relation::Many lib/WWW/Shopify/Field/Relation.pm metacpan
WWW::Shopify::Field::Relation::OwnOne lib/WWW/Shopify/Field/Relation.pm metacpan
WWW::Shopify::Field::Relation::ReferenceOne lib/WWW/Shopify/Field/Relation.pm metacpan
WWW::Shopify::Field::String::Address lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::City lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Country lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Custom lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Email lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Enum lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::FirstName lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::HTML lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Handle lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Hash lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Hostname lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::IPAddress lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::LastName lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Name lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Phone lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::URL lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::URL::Image lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::URL::Shopify lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::String::Words lib/WWW/Shopify/Field/String.pm metacpan
WWW::Shopify::Field::Text::HTML lib/WWW/Shopify/Field/Text.pm metacpan
WWW::Shopify::Field::Timezone lib/WWW/Shopify/Field.pm metacpan
WWW::Shopify::URLHandler lib/WWW/Shopify.pm metacpan

Other Files

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