Kwalitee Issues

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: Gantry::Stash::Controller, Gantry::Template::Default

no_pod_errors

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

Error: Gantry-3.63/lib/Gantry/State/Default.pm -- Around line 242: Non-ASCII character seen before =encoding in 'Gantry’s'. Assuming UTF-8 Gantry-3.63/lib/Gantry/State/Exceptions.pm -- Around line 419: Non-ASCII character seen before =encoding in 'Gantry’s'. Assuming UTF-8 Gantry-3.63/lib/Gantry/State/Simple.pm -- Around line 407: Non-ASCII character seen before =encoding in 'Gantry’s'. Assuming UTF-8

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

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: Gantry, Gantry::Build, Gantry::Control, Gantry::Control::C::Access, Gantry::Control::C::AuthenBase, Gantry::Control::C::AuthenCDBI, Gantry::Control::C::AuthenRegular, Gantry::Control::C::Authz::PageBasedBase, Gantry::Control::C::Authz::PageBasedCDBI, Gantry::Control::C::Authz::PageBasedRegular, Gantry::Control::C::AuthzBase, Gantry::Control::C::AuthzCDBI, Gantry::Control::C::AuthzRegular, Gantry::Control::C::Groups, Gantry::Control::C::Pages, Gantry::Control::C::Users, Gantry::Control::Model::auth_group_members_cdbi, Gantry::Control::Model::auth_groups_cdbi, Gantry::Control::Model::auth_pages_cdbi, Gantry::Control::Model::auth_users_cdbi, Gantry::Engine::CGI, Gantry::Engine::MP13, Gantry::Engine::MP20, Gantry::Init, Gantry::Plugins::AjaxCRUD, Gantry::Plugins::AjaxFORM, Gantry::Plugins::AutoCRUD, Gantry::Plugins::AutoCRUDHelper::CDBI, Gantry::Plugins::AutoCRUDHelper::DBIxClass, Gantry::Plugins::CRUD, Gantry::Plugins::Calendar, Gantry::Plugins::SOAP::Doc, Gantry::Plugins::SOAP::RPC, Gantry::Plugins::Validate, Gantry::Stash, Gantry::Stash::Controller, Gantry::Stash::View, Gantry::Stash::View::Form, Gantry::Template::Default, Gantry::Template::Framing, Gantry::Template::TT, Gantry::Utils::CRUDHelp, Gantry::Utils::Captcha, Gantry::Utils::Crypt, Gantry::Utils::DB, Gantry::Utils::FormErrors, Gantry::Utils::HTML, Gantry::Utils::PODViewer, Gantry::Utils::PerlbalFixup, Gantry::Utils::SQL, Gantry::Utils::TablePerms, Gantry::Utils::Threeway, Gantry::Utils::Validate, Template::Plugin::GantryAuthCookie

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
Gantry Web application framework for mod_perl, cgi, etc. 3.63 metacpan
Gantry::Build a Module::Build subclass for Gantry apps metacpan
Gantry::Conf Gantry's Flexible Configuration System metacpan
Gantry::Conf::Provider Base class for all Gantry::Conf providers metacpan
Gantry::Conf::Provider::FlatFile::Config::General Uses Config::General to configure your Gantry application metacpan
Gantry::Conf::Provider::FlatFile::Config::Tiny Uses Config::Tiny to configure your Gantry application metacpan
Gantry::Conf::Provider::HTTP Base class for all Gantry::Conf::Provider::HTTP modules metacpan
Gantry::Conf::Provider::HTTP::Config::General Uses Config::General to configure your Gantry application metacpan
Gantry::Conf::Provider::ParamBuilder Configure via ModPerl::ParamBuilder metacpan
Gantry::Conf::Provider::PerlSetVar Configure via PerlSetVar's in httpd.conf metacpan
Gantry::Conf::Provider::SQL::PostgreSQL Store your configuration in a PostgreSQL database metacpan
Gantry::Control The Core for User Management and Administration metacpan
Gantry::Control::C::Access Authentication by IP metacpan
Gantry::Control::C::AuthenBase Database based authentication metacpan
Gantry::Control::C::AuthenCDBI AuthenBase subclass for normal ORMs metacpan
Gantry::Control::C::AuthenRegular AuthenBase subclass for normal ORMs metacpan
Gantry::Control::C::Authz::PageBasedBase Page based access control. metacpan
Gantry::Control::C::Authz::PageBasedCDBI metacpan
Gantry::Control::C::Authz::PageBasedRegular metacpan
Gantry::Control::C::AuthzBase Database based authorization. metacpan
Gantry::Control::C::AuthzCDBI Database based authorization for Class::DBI. metacpan
Gantry::Control::C::AuthzRegular Database based authorization for most ORMs. metacpan
Gantry::Control::C::Groups Group management for the Gantry library metacpan
Gantry::Control::C::Pages Page based control adminstration. metacpan
Gantry::Control::C::Users User Management metacpan
Gantry::Control::Model::GEN::auth_group_members model for auth_group_members table metacpan
Gantry::Control::Model::GEN::auth_groups model for auth_groups table metacpan
Gantry::Control::Model::GEN::auth_pages model for auth_pages table metacpan
Gantry::Control::Model::GEN::auth_users model for auth_users table metacpan
Gantry::Control::Model::auth_group_members metacpan
Gantry::Control::Model::auth_group_members_cdbi metacpan
Gantry::Control::Model::auth_groups model for auth_groups table metacpan
Gantry::Control::Model::auth_groups_cdbi metacpan
Gantry::Control::Model::auth_pages Model Component for the auth_pages table metacpan
Gantry::Control::Model::auth_pages_cdbi metacpan
Gantry::Control::Model::auth_users Model Component for auth_users Control table metacpan
Gantry::Control::Model::auth_users_cdbi metacpan
Gantry::Engine::CGI CGI plugin ( or mixin ) metacpan
Gantry::Engine::MP13 mod_perl 1.0 plugin ( or mixin ) metacpan
Gantry::Engine::MP20 mod_perl 2.0 plugin ( or mixin ) metacpan
Gantry::Exception metacpan
Gantry::Init Gantry install options metacpan
Gantry::Plugins::AjaxCRUD helper for AJAX based CRUD work metacpan
Gantry::Plugins::AjaxFORM helper for AJAX based Form processing metacpan
Gantry::Plugins::AuthCookie Plugin for cookie based authentication metacpan
Gantry::Plugins::AuthCookie::AuthUserObject metacpan
Gantry::Plugins::AutoCRUD provides CRUD support metacpan
Gantry::Plugins::AutoCRUDHelper::CDBI the actual CRUD for CDBI AutoCRUD metacpan
Gantry::Plugins::AutoCRUDHelper::DBIxClass the actual CRUD for DBIx::Class AutoCRUD metacpan
Gantry::Plugins::CRUD helper for somewhat interesting CRUD work metacpan
Gantry::Plugins::Cache A Plugin for initializing cache processing metacpan
Gantry::Plugins::Cache::FastMmap A Plugin interface to a caching subsystem metacpan
Gantry::Plugins::Cache::Memcached A Plugin interface to a caching subsystem metacpan
Gantry::Plugins::Cache::Storable A Plugin interface to a caching subsystem metacpan
Gantry::Plugins::Calendar Calendar metacpan
Gantry::Plugins::DBIxClassConn DBIx::Class schema accessor mixin metacpan
Gantry::Plugins::PageCache A plugin for caching application pages metacpan
Gantry::Plugins::SOAP::Doc document style SOAP support metacpan
Gantry::Plugins::SOAP::RPC RPC style SOAP support metacpan
Gantry::Plugins::Shibboleth Plugin for shibboleth based authentication metacpan
Gantry::Plugins::Shibboleth::AuthUserObject metacpan
Gantry::Plugins::Static Static file method metacpan
Gantry::Plugins::Validate metacpan
Gantry::Server HTTP::Server::Simple::CGI subclass providing stand alone server metacpan
Gantry::Server::Tier metacpan
Gantry::Stash Main stash object for Gantry metacpan
Gantry::Stash::Controller Stash object for the controller metacpan
Gantry::Stash::View Stash object for the view metacpan
Gantry::Stash::View::Form Stash object for the view's form metacpan
Gantry::State::Constants metacpan
Gantry::State::Default Default state handler for Gantry metacpan
Gantry::State::Exceptions A state machine for Gantry that uses exceptions metacpan
Gantry::State::Simple A simple state machine for Gantry metacpan
Gantry::Template::Default Default text plugin for Gantry. metacpan
Gantry::Template::Framing Framing plugin for Gantry. metacpan
Gantry::Template::TT Template Toolkit plugin for Gantry. metacpan
Gantry::Utils::AuthCDBI Class::DBI base model for Gantry Auth metacpan
Gantry::Utils::CDBI Class::DBI base class for Gantry applications metacpan
Gantry::Utils::CRON a way to call a controller's method from a CRON script metacpan
Gantry::Utils::CRUDHelp helper routines for CRUD plugins metacpan
Gantry::Utils::Captcha a way to mange captchas metacpan
Gantry::Utils::Crypt an easy way to crypt and decrypt metacpan
Gantry::Utils::DB Database wrapper functions, specfic to PostgreSQL metacpan
Gantry::Utils::DBConnHelper connection info and dbh cache manager base module metacpan
Gantry::Utils::DBConnHelper::MP13 connection info and dbh cache manager for mod_perl 1 metacpan
Gantry::Utils::DBConnHelper::MP20 connection info and dbh cache manager for mod_perl 2.0 metacpan
Gantry::Utils::DBConnHelper::Script connection info and dbh cache manager for scripts metacpan
Gantry::Utils::DBIxClass a DBIx::Class subclass models can inherit from metacpan
Gantry::Utils::FormErrors A CRUD form validation error object metacpan
Gantry::Utils::FormMunger Munges form hashes like the ones bigtop makes. metacpan
Gantry::Utils::HTML HTML tag generators. metacpan
Gantry::Utils::Model a general purpose Object Relational Model base class metacpan
Gantry::Utils::Model::Auth base class for auth database modelers metacpan
Gantry::Utils::Model::Regular base class for database modelers metacpan
Gantry::Utils::ModelHelper mixin for model base classes metacpan
Gantry::Utils::PODViewer PODViewer application metacpan
Gantry::Utils::PerlbalFixup This module will set the client ip metacpan
Gantry::Utils::SQL SQL routines. metacpan
Gantry::Utils::TablePerms enforces retrieve permssions on main listings metacpan
Gantry::Utils::Threeway Form processing util for a three-way join metacpan
Gantry::Utils::Validate Validates input values. metacpan
My::View metacpan
Template::Plugin::GantryAuthCookie decrypter for AuthCookie plugin metacpan
controller metacpan
form metacpan
stash metacpan
view metacpan

Other Files

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