Myco 1.22 Latest
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_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- no_broken_module_install
-
Upgrade the bundled version of Module::Install 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.)
- 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.)
- 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
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Class::Tangram
- Config::General
- Date::Calc
- Digest::SHA1
- Exception::Class
- Locale::SubCountry
- Set::Object
- Tangram
- Tangram::Type::Date
- Tangram::Type::Dump::Perl
- Tangram::Type::TimeAndDate
- Test::Unit::TestCase
- WeakRef
- 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.22/lib/Myco/Entity/Meta/Util.pm -- Around line 178: =pod directives shouldn't be over one line long! Ignoring all 7 lines of content Myco-1.22/lib/Myco/Entity.pm -- Around line 600: You forgot a '=back' before '=head1' Around line 605: =back without =over Myco-1.22/lib/Myco.pm -- Around line 25: You forgot a '=back' before '=head1'
- 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::Schema
- 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.22,1.3
- 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.22 | metacpan |
Myco::Association | metacpan | ||
Myco::Common | metacpan | ||
Myco::Config | Myco Configuration Module | metacpan | |
Myco::Constants | metacpan | ||
Myco::Entity | common base class for all Myco entity classes. | metacpan | |
Myco::Entity::Event | a Myco entity class | metacpan | |
Myco::Entity::Meta | metacpan | ||
Myco::Entity::Meta::Attribute | metacpan | ||
Myco::Entity::Meta::Attribute::UI | metacpan | ||
Myco::Entity::Meta::Query | a Myco entity class | metacpan | |
Myco::Entity::Meta::UI | metacpan | ||
Myco::Entity::Meta::UI::List | a Myco entity class | metacpan | |
Myco::Entity::Meta::UI::View | a Myco entity class | metacpan | |
Myco::Entity::Meta::Util | metacpan | ||
Myco::Entity::SampleEntity | a Myco entity class. | metacpan | |
Myco::Entity::SampleEntityAddress | Myco Addresses. | metacpan | |
Myco::Entity::SampleEntityBase | a Myco entity class. | metacpan | |
Myco::Exceptions | Myco Exception classes defined | metacpan | |
Myco::Query | a Myco entity class | metacpan | |
Myco::Query::Part | a Myco entity class | metacpan | |
Myco::Query::Part::Clause | a Myco entity class | metacpan | |
Myco::Query::Part::Filter | a Myco entity class | metacpan | |
Myco::QueryTemplate | a Myco template class | metacpan | |
Myco::Schema | place to collect and manage tangram schema definitions | metacpan | |
Myco::Util::DateTime | a Myco utility class | metacpan | |
Myco::Util::Misc | a humble perl package | metacpan | |
Myco::Util::Strings | a Myco entity class | 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::Config::evlog | 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::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::Suite | test/Myco/Test/Suite.pm | metacpan |
Myco::Util::DateTime::Test | test/Myco/Util/DateTime/Test.pm | metacpan |