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

no_pod_errors

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

Error: Ambrosia-0.010/lib/Ambrosia.pm -- Around line 81: You forgot a '=back' before '=head1'

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: share/Managers/buildApp.pm, share/Managers/buildConfig.pm, share/Managers/buildXml.pm

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: Ambrosia, Ambrosia::Addons::Authorize, Ambrosia::Dispatcher, Ambrosia::RPC, Ambrosia::RPC::Service, Ambrosia::RPC::Service::SOAP::Lite

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • abstract
  • deferred
  • sealed

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).

Modules

Name Abstract Version View
Ambrosia a powerful web application framework that can be used to create general applications too. 0.01 metacpan
Ambrosia::Addons::Accessor 0.01 metacpan
Ambrosia::Addons::Authorize 0.01 metacpan
Ambrosia::Addons::Session 0.01 metacpan
Ambrosia::Addons::Session::Cookie 0.01 metacpan
Ambrosia::Assert adds a validation method in your module. 0.01 metacpan
Ambrosia::BaseManager a base class of Managers in your application. 0.01 metacpan
Ambrosia::CommonGatewayInterface a common gateway interface for IO. 0.01 metacpan
Ambrosia::CommonGatewayInterface::ApacheRequest 0.01 metacpan
Ambrosia::CommonGatewayInterface::CGI 0.01 metacpan
Ambrosia::CommonGatewayInterface::Options 0.01 metacpan
Ambrosia::Config a class for read a configuration data. It implements the pattern B<Singleton>. 0.01 metacpan
Ambrosia::Context a context of application. 0.01 metacpan
Ambrosia::DataProvider a container for data sources. (Singleton) 0.01 metacpan
Ambrosia::DataProvider::BaseDriver a base abstract class for concrete DriverType. 0.01 metacpan
Ambrosia::DataProvider::DBI::mysql This class extends L<Ambrosia::DataProvider::DBIDriver>. 0.01 metacpan
Ambrosia::DataProvider::DBI::pg 0.01 metacpan
Ambrosia::DataProvider::DBIDriver an abstract class that realize L<Ambrosia::DataProvider::BaseDriver> and provide connection to data bases throw DBI. 0.01 metacpan
Ambrosia::DataProvider::Resource::Hash a data source based on hash data. 0.01 metacpan
Ambrosia::DataProvider::ResourceDriver a class realize Ambrosia::DataProvider::BaseDriver and provide connection to resources storage. 0.01 metacpan
Ambrosia::Dispatcher a dispatcher that execute the specified managers. 0.01 metacpan
Ambrosia::EntityDataModel ORM. 0.01 metacpan
Ambrosia::Event lets you publish and subscribe to events. 0.01 metacpan
Ambrosia::Logger a class for create global object for logging. 0.01 metacpan
Ambrosia::Meta another tool to build classes for Perl 5. 0.01 metacpan
Ambrosia::QL a Query Language to data source. 0.01 metacpan
Ambrosia::RPC a container for engines, that implement service calls. 0.01 metacpan
Ambrosia::RPC::Service a wrapper for concrete service. 0.01 metacpan
Ambrosia::RPC::Service::SOAP::Lite implement remote procedure call through SOAP::Lite. 0.01 metacpan
Ambrosia::Utils::Container storage container for named data. 0.01 metacpan
Ambrosia::Utils::Enumeration creates enumerable fields in a class. 0.01 metacpan
Ambrosia::Utils::Queue creates queue with two strategy LIFO and FIFO. 0.01 metacpan
Ambrosia::Utils::Util contains some tools for internal use. 0.01 metacpan
Ambrosia::Validator 0.01 metacpan
Ambrosia::Validator::Constraint creates constraint for entity classes. 0.01 metacpan
Ambrosia::Validator::Violation it is used for a wrapping of checked object in case of a bad data. 0.01 metacpan
Ambrosia::View a base class for implemented view in MVC. 0.01 metacpan
Ambrosia::View::JSON it is VIEW in MVC. 0.01 metacpan
Ambrosia::View::XSLT 0.01 metacpan
Ambrosia::core::ClassFactory a factory of classes. 0.01 metacpan
Ambrosia::core::Nil implement pattern NullObject. 0.01 metacpan
Ambrosia::core::Object an abstract base class for classes that are created by Ambrosia::Meta. 0.01 metacpan
Ambrosia::error::Exception::Error a base class for Exceptions. 0.01 metacpan
Ambrosia::error::Exceptions 0.01 metacpan
Managers::buildApp 0.01 metacpan
Managers::buildConfig 0.01 metacpan
Managers::buildXml 0.01 metacpan

Provides

Name File View
Ambrosia::Addons::Accessor::Result lib/Ambrosia/Addons/Accessor.pm metacpan
Ambrosia::CommonGatewayInterface::Options::ICGI lib/Ambrosia/CommonGatewayInterface/Options.pm metacpan
Ambrosia::EntityDataModel::_find lib/Ambrosia/EntityDataModel.pm metacpan
Ambrosia::Validator::Violation::Result lib/Ambrosia/Validator/Violation.pm metacpan
Ambrosia::error::Exception lib/Ambrosia/error/Exceptions.pm metacpan
Ambrosia::error::Exception::AccessDenied lib/Ambrosia/error/Exceptions.pm metacpan
Ambrosia::error::Exception::BadParams lib/Ambrosia/error/Exceptions.pm metacpan
Ambrosia::error::Exception::BadUsage lib/Ambrosia/error/Exceptions.pm metacpan
abstract lib/Ambrosia/Addons/Accessor.pm metacpan
deferred lib/Ambrosia/Utils/Container.pm metacpan
sealed lib/Ambrosia/Addons/Accessor.pm metacpan

Other Files

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