Kwalitee Issues

has_meta_yml

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

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: Alzabo, Alzabo::Create, Alzabo::ObjectCache::Store::BerkeleyDB, Alzabo::ObjectCache::Store::Memory, Alzabo::ObjectCache::Store::Null

prereq_matches_use

List all used modules in META.yml requires

Error:

  • BerkeleyDB
  • Cache::Mmap
  • Class::Factory::Util
  • DBD::Pg
  • DBD::mysql
  • DBI
  • Exception::Class
  • IPC::Shareable
  • Params::Validate
  • Tie::IxHash

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: Alzabo, Alzabo::ChangeTracker, Alzabo::Column, Alzabo::ColumnDefinition, Alzabo::Create, Alzabo::Create::Column, Alzabo::Create::ColumnDefinition, Alzabo::Create::ForeignKey, Alzabo::Create::Index, Alzabo::Create::Schema, Alzabo::Create::Table, Alzabo::Driver, Alzabo::Driver::MySQL, Alzabo::Driver::PostgreSQL, Alzabo::Exceptions, Alzabo::ForeignKey, Alzabo::Index, Alzabo::MethodMaker, Alzabo::ObjectCache, Alzabo::ObjectCache::Store::BerkeleyDB, Alzabo::ObjectCache::Store::LRU, Alzabo::ObjectCache::Store::Memory, Alzabo::ObjectCache::Store::Null, Alzabo::ObjectCache::Store::RDBMS, Alzabo::ObjectCache::Sync, Alzabo::ObjectCache::Sync::BerkeleyDB, Alzabo::ObjectCache::Sync::DBM, Alzabo::ObjectCache::Sync::DB_File, Alzabo::ObjectCache::Sync::IPC, Alzabo::ObjectCache::Sync::Mmap, Alzabo::ObjectCache::Sync::Null, Alzabo::ObjectCache::Sync::RDBMS, Alzabo::ObjectCache::Sync::SDBM_File, Alzabo::RDBMSRules, Alzabo::RDBMSRules::MySQL, Alzabo::RDBMSRules::PostgreSQL, Alzabo::Runtime, Alzabo::Runtime::CachedRow, Alzabo::Runtime::Column, Alzabo::Runtime::ColumnDefinition, Alzabo::Runtime::Cursor, Alzabo::Runtime::ForeignKey, Alzabo::Runtime::Index, Alzabo::Runtime::JoinCursor, Alzabo::Runtime::PotentialRow, Alzabo::Runtime::Row, Alzabo::Runtime::RowCursor, Alzabo::Runtime::Schema, Alzabo::Runtime::Table, Alzabo::SQLMaker, Alzabo::SQLMaker::MySQL, Alzabo::SQLMaker::PostgreSQL, Alzabo::Schema, Alzabo::Table, PreInstall::Config

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.64,1.01,1.03,1.04,1.05,1.06,1.07,1.08,1.09,1.12,1.13,1.14,1.15,1.17,1.19,1.20,1.21,1.22,1.24,1.25,1.26,1.27,1.35,1.36,1.37,1.40,1.41,1.42,1.44,1.51,1.56,1.58,1.60,1.75,1.77,1.78

Modules

Name Abstract Version View
Alzabo A data modelling tool and RDBMS-OO mapper 0.64 metacpan
Alzabo::ChangeTracker Saves a set of changes as callbacks that can be backed out if needed 1.13 metacpan
Alzabo::Column Column objects 1.25 metacpan
Alzabo::ColumnDefinition Holds the type attribute for a column 1.14 metacpan
Alzabo::Create Loads all Alzabo::Create::* classes 1.09 metacpan
Alzabo::Create::Column Column objects for use in schema creation 1.35 metacpan
Alzabo::Create::ColumnDefinition Column definition object for schema creation 1.24 metacpan
Alzabo::Create::ForeignKey Foreign key objects for schema creation. 1.22 metacpan
Alzabo::Create::Index Index objects for schema creation 1.19 metacpan
Alzabo::Create::Schema Schema objects for schema creation 1.78 metacpan
Alzabo::Create::Table Table objects for schema creation 1.44 metacpan
Alzabo::Driver Alzabo base class for RDBMS drivers 1.58 metacpan
Alzabo::Driver::MySQL MySQL specific Alzabo driver subclass 1.37 metacpan
Alzabo::Driver::PostgreSQL PostgreSQL specific Alzabo driver subclass 1.14 metacpan
Alzabo::Exceptions Creates all exception subclasses used in Alzabo. 1.20 metacpan
Alzabo::ForeignKey Foreign key (relation) objects 1.22 metacpan
Alzabo::Index Index objects 1.17 metacpan
Alzabo::MethodMaker Auto-generate useful methods based on an existing schema 1.51 metacpan
Alzabo::ObjectCache A simple in-memory cache for row objects. 1.35 metacpan
Alzabo::ObjectCache::Store::BerkeleyDB Cache objects in a BerkeleyDB file 1.15 metacpan
Alzabo::ObjectCache::Store::LRU Make any storage module an LRU 1.05 metacpan
Alzabo::ObjectCache::Store::Memory Cache objects in memory 1.07 metacpan
Alzabo::ObjectCache::Store::Null Doesn't really store anything 1.03 metacpan
Alzabo::ObjectCache::Store::RDBMS Cache objects in an RDBMS backend 1.08 metacpan
Alzabo::ObjectCache::Sync Base class for syncing classes 1.17 metacpan
Alzabo::ObjectCache::Sync::BerkeleyDB Uses a DBM file to sync object caches 1.07 metacpan
Alzabo::ObjectCache::Sync::DBM Base class for syncing modules that use DBM files 1.05 metacpan
Alzabo::ObjectCache::Sync::DB_File Uses a Berkeley DB file to sync object caches 1.06 metacpan
Alzabo::ObjectCache::Sync::IPC Uses a IPC file to sync object caches 1.04 metacpan
Alzabo::ObjectCache::Sync::Mmap 1.01 metacpan
Alzabo::ObjectCache::Sync::Null No inter-process cache syncing 1.05 metacpan
Alzabo::ObjectCache::Sync::RDBMS Uses an RDBM backend to sync object caches 1.05 metacpan
Alzabo::ObjectCache::Sync::SDBM_File 1.06 metacpan
Alzabo::RDBMSRules Base class for Alzabo RDBMS rulesets 1.40 metacpan
Alzabo::RDBMSRules::MySQL MySQL specific database rules. 1.60 metacpan
Alzabo::RDBMSRules::PostgreSQL PostgreSQL specific database rules 1.24 metacpan
Alzabo::Runtime Loads all Alzabo::Runtime::* classes 1.27 metacpan
Alzabo::Runtime::CachedRow Cached row objects 1.19 metacpan
Alzabo::Runtime::Column Column objects 1.05 metacpan
Alzabo::Runtime::ColumnDefinition Column definition objects 1.04 metacpan
Alzabo::Runtime::Cursor Base class for Alzabo cursors 1.12 metacpan
Alzabo::Runtime::ForeignKey Foreign key objects 1.26 metacpan
Alzabo::Runtime::Index Index objects 1.03 metacpan
Alzabo::Runtime::JoinCursor Cursor that returns arrays of C<Alzabo::Runtime::Row> objects 1.20 metacpan
Alzabo::Runtime::PotentialRow Row objects that aren't yet in the database 1.05 metacpan
Alzabo::Runtime::Row Row objects 1.77 metacpan
Alzabo::Runtime::RowCursor Cursor that returns C<Alzabo::Runtime::Row> objects 1.21 metacpan
Alzabo::Runtime::Schema Schema objects 1.56 metacpan
Alzabo::Runtime::Table Table objects 1.75 metacpan
Alzabo::SQLMaker Alzabo base class for RDBMS drivers 1.42 metacpan
Alzabo::SQLMaker::MySQL Alzabo SQL making class for MySQL 1.19 metacpan
Alzabo::SQLMaker::PostgreSQL Alzabo SQL making class for PostgreSQL 1.12 metacpan
Alzabo::Schema Schema objects 1.41 metacpan
Alzabo::Table Table objects 1.36 metacpan

Provides

Name File View
Alzabo::Config lib/PreInstall/Config.pm metacpan
Alzabo::DriverStatement lib/Alzabo/Driver.pm metacpan
Alzabo::SQLMaker::Function lib/Alzabo/SQLMaker.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan