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_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_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:

  • lib/Context/Singleton.pm: HASH(0x55607bb6f3b8)
  • lib/Context/Singleton/Exception/Deduced.pm: HASH(0x55607bb57318)
  • lib/Context/Singleton/Exception/Invalid.pm: HASH(0x55607bc9e658)
  • lib/Context/Singleton/Exception/Nondeducible.pm: HASH(0x55607bc7eba8)
  • lib/Context/Singleton/Frame.pm: HASH(0x55607bcadeb8)
  • lib/Context/Singleton/Frame/Builder/Array.pm: HASH(0x55607bb78c60)
  • lib/Context/Singleton/Frame/Builder/Base.pm: HASH(0x55607bbc55c0)
  • lib/Context/Singleton/Frame/Builder/Hash.pm: HASH(0x55607bbcbb38)
  • lib/Context/Singleton/Frame/Builder/Value.pm: HASH(0x55607bbbd210)
  • lib/Context/Singleton/Frame/DB.pm: HASH(0x55607bc67d00)
  • lib/Context/Singleton/Frame/Promise.pm: HASH(0x55607bb12bc0)
  • lib/Context/Singleton/Frame/Promise/Builder.pm: HASH(0x55607bbbd180)
  • lib/Context/Singleton/Frame/Promise/Rule.pm: HASH(0x55607bb2b2b0)
  • lib/Context/Singleton/Frame/Result.pm: HASH(0x55607bbb7298)

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.

Modules

Name Abstract Version View
Context::Singleton handles context specific singletons metacpan
Context::Singleton::Exception::Deduced metacpan
Context::Singleton::Exception::Invalid metacpan
Context::Singleton::Exception::Nondeducible metacpan
Context::Singleton::Frame metacpan
Context::Singleton::Frame::Builder::Array metacpan
Context::Singleton::Frame::Builder::Base metacpan
Context::Singleton::Frame::Builder::Hash metacpan
Context::Singleton::Frame::Builder::Value metacpan
Context::Singleton::Frame::DB metacpan
Context::Singleton::Frame::Promise basic promise logic metacpan
Context::Singleton::Frame::Promise::Builder metacpan
Context::Singleton::Frame::Promise::Rule metacpan
Context::Singleton::Frame::Result store resolver result metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
cpanfile metacpan
dist.ini metacpan