Myco 1 Deleted
Kwalitee Issues
- has_manifest
-
Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- 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: Cannot find MANIFEST in dist.
- 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::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-1/lib/Myco/Entity/Meta/Util.pm -- Around line 196: =pod directives shouldn't be over one line long! Ignoring all 7 lines of content Myco-1/lib/Myco/Entity/SampleEntity.pm -- Around line 131: =back without =over Myco-1/lib/Myco/Entity/SampleEntityBase.pm -- Around line 110: =back without =over Myco-1/lib/Myco/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.
- no_stdin_for_prompting
-
Use the prompt() method from ExtUtils::MakeMaker/Module::Build.
- 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::Association, Myco::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: 1,1.001001001,1.2
- 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 |
---|---|---|---|
Myco | The myco object framework | 1 | metacpan |
Myco::Association | metacpan | ||
Myco::Common | metacpan | ||
Myco::Config | Myco Configuration Module | 1 | metacpan |
Myco::Constants | 1 | metacpan | |
Myco::Entity | common base class for all Myco entity classes. | metacpan | |
Myco::Entity::Event | a Myco entity class | 1 | metacpan |
Myco::Entity::Meta | 1 | metacpan | |
Myco::Entity::Meta::Attribute | 1 | metacpan | |
Myco::Entity::Meta::Attribute::UI | 1 | metacpan | |
Myco::Entity::Meta::Query | a Myco entity class | 1 | metacpan |
Myco::Entity::Meta::UI | 1 | metacpan | |
Myco::Entity::Meta::UI::List | a Myco entity class | 1 | metacpan |
Myco::Entity::Meta::UI::View | a Myco entity class | 1 | metacpan |
Myco::Entity::Meta::Util | 1 | metacpan | |
Myco::Entity::SampleEntity | a Myco entity class. | 1 | metacpan |
Myco::Entity::SampleEntityAddress | Myco Addresses. | 1 | metacpan |
Myco::Entity::SampleEntityBase | a Myco entity class. | 1 | metacpan |
Myco::Exceptions | Myco Exception classes defined | 1 | metacpan |
Myco::Install | support library for installation system scripts | 1 | metacpan |
Myco::Query | a Myco entity class | 1 | metacpan |
Myco::Query::Part | a Myco entity class | 1 | metacpan |
Myco::Query::Part::Clause | a Myco entity class | 1 | metacpan |
Myco::Query::Part::Filter | a Myco entity class | 1 | metacpan |
Myco::QueryTemplate | a Myco template class | 1 | metacpan |
Myco::Schema | place to collect and manage tangram schema definitions | metacpan | |
Myco::Util::DateTime | a Myco utility class | 1 | metacpan |
Myco::Util::Strings | a Myco entity class | 1 | metacpan |
Provides
Name | File | View |
---|---|---|
Myco::Config::Test | test/Myco/Config/Test.pm | metacpan |
Myco::Config::alltest | test/Myco/Config/Test.pm | metacpan |
Myco::Config::database | test/Myco/Config/Test.pm | metacpan |
Myco::Constants::Test | test/Myco/Constants/Test.pm | metacpan |
Myco::Entity::Event::Test | test/Myco/Entity/Event/Test.pm | metacpan |
Myco::Entity::Meta::Attribute::Test | test/Myco/Entity/Meta/Attribute/Test.pm | metacpan |
Myco::Entity::Meta::Attribute::UI::Test | test/Myco/Entity/Meta/Attribute/UI/Test.pm | metacpan |
Myco::Entity::Meta::Test | test/Myco/Entity/Meta/Test.pm | metacpan |
Myco::Entity::Meta::TestBar | test/Myco/Entity/Meta/Test.pm | metacpan |
Myco::Entity::Meta::TestBaz | test/Myco/Entity/Meta/Test.pm | metacpan |
Myco::Entity::Meta::TestFoo | test/Myco/Entity/Meta/Test.pm | metacpan |
Myco::Entity::Meta::TestOof | test/Myco/Entity/Meta/Test.pm | metacpan |
Myco::Entity::Meta::UI::List::Test | test/Myco/Entity/Meta/UI/List/Test.pm | metacpan |
Myco::Entity::Meta::UI::Test | test/Myco/Entity/Meta/UI/Test.pm | metacpan |
Myco::Entity::Meta::UI::View::Test | test/Myco/Entity/Meta/UI/View/Test.pm | metacpan |
Myco::Entity::Meta::Util::Test | test/Myco/Entity/Meta/Util/Test.pm | metacpan |
Myco::Entity::SampleEntity::Test | test/Myco/Entity/SampleEntity/Test.pm | metacpan |
Myco::Entity::SampleEntityBase::Test | test/Myco/Entity/SampleEntityBase/Test.pm | metacpan |
Myco::Entity::Test | test/Myco/Entity/Test.pm | metacpan |
Myco::Entity::TestFoo | test/Myco/Entity/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 |