Kwalitee Issues

has_changelog

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

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: Myco::Base::Association, Myco::Schema, Myco::templates::transaction, Myco::templates::ui

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Myco-0.01/lib/Myco/Base/Entity/Meta/Util.pm -- Around line 278: =pod directives shouldn't be over one line long! Ignoring all 7 lines of content Myco-0.01/lib/Myco/Base/Entity.pm -- Around line 598: You forgot a '=back' before '=head1' Around line 603: =back without =over

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.

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: Myco::Base::Association, Myco::Base::Common, Myco::Install, Myco::Schema, Myco::templates::transaction, Myco::templates::ui

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.01,1.001001001

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.

Modules

Name Abstract Version View
Myco The myco object framework 0.01 metacpan
Myco::Base::Association metacpan
Myco::Base::Common metacpan
Myco::Base::Entity common base class for all Myco entity classes. metacpan
Myco::Base::Entity::Event a Myco entity class 0.01 metacpan
Myco::Base::Entity::Meta 0.01 metacpan
Myco::Base::Entity::Meta::Attribute 0.01 metacpan
Myco::Base::Entity::Meta::Attribute::UI 0.01 metacpan
Myco::Base::Entity::Meta::Query a Myco entity class 0.01 metacpan
Myco::Base::Entity::Meta::UI 0.01 metacpan
Myco::Base::Entity::Meta::UI::List a Myco entity class 0.01 metacpan
Myco::Base::Entity::Meta::UI::View a Myco entity class 0.01 metacpan
Myco::Base::Entity::Meta::Util a Myco entity class 0.01 metacpan
Myco::Base::Entity::SampleEntity a Myco entity class. 0.01 metacpan
Myco::Base::Entity::SampleEntityAddress Myco Addresses. 0.01 metacpan
Myco::Base::Entity::SampleEntityBase a Myco entity class. 0.01 metacpan
Myco::Config Myco Configuration Module 0.01 metacpan
Myco::Constants 0.01 metacpan
Myco::Exceptions Myco Exception classes defined 0.01 metacpan
Myco::Install support library for installation system scripts 0.01 metacpan
Myco::Query a Myco entity class 0.01 metacpan
Myco::Query::Part a Myco entity class 0.01 metacpan
Myco::Query::Part::Clause a Myco entity class 0.01 metacpan
Myco::Query::Part::Filter a Myco entity class 0.01 metacpan
Myco::QueryTemplate a Myco template class 0.01 metacpan
Myco::Schema metacpan
Myco::Util::DateTime a Myco entity class 0.01 metacpan
Myco::Util::Strings a Myco entity class 0.01 metacpan

Provides

Name File View
Myco::Base::Entity::Event::Test test/Myco/Base/Entity/Event/Test.pm metacpan
Myco::Base::Entity::Meta::Attribute::Test test/Myco/Base/Entity/Meta/Attribute/Test.pm metacpan
Myco::Base::Entity::Meta::Attribute::UI::Test test/Myco/Base/Entity/Meta/Attribute/UI/Test.pm metacpan
Myco::Base::Entity::Meta::Test test/Myco/Base/Entity/Meta/Test.pm metacpan
Myco::Base::Entity::Meta::TestBar test/Myco/Base/Entity/Meta/Test.pm metacpan
Myco::Base::Entity::Meta::TestBaz test/Myco/Base/Entity/Meta/Test.pm metacpan
Myco::Base::Entity::Meta::TestFoo test/Myco/Base/Entity/Meta/Test.pm metacpan
Myco::Base::Entity::Meta::TestOof test/Myco/Base/Entity/Meta/Test.pm metacpan
Myco::Base::Entity::Meta::UI::List::Test test/Myco/Base/Entity/Meta/UI/List/Test.pm metacpan
Myco::Base::Entity::Meta::UI::Test test/Myco/Base/Entity/Meta/UI/Test.pm metacpan
Myco::Base::Entity::Meta::UI::View::Test test/Myco/Base/Entity/Meta/UI/View/Test.pm metacpan
Myco::Base::Entity::Meta::Util::Test test/Myco/Base/Entity/Meta/Util/Test.pm metacpan
Myco::Base::Entity::SampleEntity::Test test/Myco/Base/Entity/SampleEntity/Test.pm metacpan
Myco::Base::Entity::SampleEntityBase::Test test/Myco/Base/Entity/SampleEntityBase/Test.pm metacpan
Myco::Base::Entity::Test test/Myco/Base/Entity/Test.pm metacpan
Myco::Base::Entity::TestFoo test/Myco/Base/Entity/Test.pm metacpan
Myco::Config::Test test/Myco/Config/Test.pm metacpan
Myco::Config::alltest test/Myco/Config/Test.pm metacpan
Myco::Config::apachetest test/Myco/Config/Test.pm metacpan
Myco::Config::randytest test/Myco/Config/Test.pm metacpan
Myco::Constants::Test test/Myco/Constants/Test.pm metacpan
Myco::Exception lib/Myco/Exceptions.pm metacpan
Myco::Exceptions::Test test/Myco/Exceptions/Test.pm metacpan
Myco::Foo lib/Myco/templates/entity.pm metacpan
Myco::Foo::Test lib/Myco/templates/entityTest.pm metacpan
Myco::Foo::TxTest lib/Myco/templates/transactionTest.pm metacpan
Myco::Query::Part::Test test/Myco/Query/Part/Test.pm metacpan
Myco::Query::Test test/Myco/Query/Test.pm metacpan
Myco::Test::EntityTest test/Myco/Test/EntityTest.pm metacpan
Myco::Test::EntityTestLib test/Myco/Test/EntityTestLib.pm metacpan
Myco::Test::Fodder test/Myco/Test/Fodder.pm metacpan
Myco::Test::Fodder2 test/Myco/Test/Fodder2.pm metacpan
Myco::Test::Suite test/Myco/Test/Suite.pm metacpan
Myco::Test::TxTestLib2 test/Myco/Test/TxTestLib2.pm metacpan
Myco::UI::Foo lib/Myco/templates/ui.pm metacpan
Myco::UI::FooTest lib/Myco/templates/uiTest.pm metacpan
Myco::Util::DateTime::Test test/Myco/Util/DateTime/Test.pm metacpan

Other Files

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