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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • BerkeleyDB
  • DBD::Pg
  • DBD::mysql
  • DBI
  • Exception::Class
  • Exception::Class::Base
  • IPC::Shareable
  • Params::Validate
  • Tie::IxHash

has_meta_json

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

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::Memory, Alzabo::ObjectCache::Sync, Alzabo::ObjectCache::Sync::BerkeleyDB, Alzabo::ObjectCache::Sync::DBM, Alzabo::ObjectCache::Sync::DB_File, Alzabo::ObjectCache::Sync::IPC, Alzabo::ObjectCache::Sync::Null, 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::Row, Alzabo::Runtime::RowCursor, Alzabo::Runtime::Schema, Alzabo::Runtime::Table, Alzabo::SQLMaker, Alzabo::SQLMaker::MySQL, Alzabo::SQLMaker::PostgreSQL, Alzabo::Schema, Alzabo::Table, Alzabo::Util, 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.43,1.01,1.02,1.03,1.04,1.05,1.06,1.07,1.08,1.09,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20,1.23,1.27,1.29,1.31,1.32,1.33,1.39,1.41,1.42,1.46,1.52,1.59

Modules

Name Abstract Version View
Alzabo A data modelling tool and RDBMS-OO mapper 0.43 metacpan
Alzabo::ChangeTracker Saves a set of changes as callbacks that can be backed out if needed 1.12 metacpan
Alzabo::Column Column objects 1.23 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.29 metacpan
Alzabo::Create::ColumnDefinition Column definition object for schema creation 1.18 metacpan
Alzabo::Create::ForeignKey Foreign key objects for schema creation. 1.18 metacpan
Alzabo::Create::Index Index objects for schema creation 1.16 metacpan
Alzabo::Create::Schema Schema objects for schema creation 1.59 metacpan
Alzabo::Create::Table Table objects for schema creation 1.39 metacpan
Alzabo::Driver Alzabo base class for RDBMS drivers 1.42 metacpan
Alzabo::Driver::MySQL MySQL specific Alzabo driver subclass 1.29 metacpan
Alzabo::Driver::PostgreSQL PostgreSQL specific Alzabo driver subclass 1.09 metacpan
Alzabo::Exceptions Creates all exception subclasses used in Alzabo. 1.14 metacpan
Alzabo::ForeignKey Foreign key (relation) objects 1.17 metacpan
Alzabo::Index Index objects 1.15 metacpan
Alzabo::MethodMaker Auto-generate useful methods based on an existing schema 1.20 metacpan
Alzabo::ObjectCache A simple in-memory cache for row objects. 1.19 metacpan
Alzabo::ObjectCache::Store::Memory 1.01 metacpan
Alzabo::ObjectCache::Sync Base class for syncing classes 1.06 metacpan
Alzabo::ObjectCache::Sync::BerkeleyDB Uses a DBM file to sync object caches 1.01 metacpan
Alzabo::ObjectCache::Sync::DBM Base class for syncing modules that use DBM files 1.02 metacpan
Alzabo::ObjectCache::Sync::DB_File Uses a Berkeley DB file to sync object caches 1.01 metacpan
Alzabo::ObjectCache::Sync::IPC Uses a IPC file to sync object caches 1.01 metacpan
Alzabo::ObjectCache::Sync::Null No inter-process cache syncing 1.01 metacpan
Alzabo::ObjectCache::Sync::SDBM_File 1.01 metacpan
Alzabo::RDBMSRules Base class for Alzabo RDBMS rulesets 1.31 metacpan
Alzabo::RDBMSRules::MySQL MySQL specific database rules. 1.41 metacpan
Alzabo::RDBMSRules::PostgreSQL PostgreSQL specific database rules 1.13 metacpan
Alzabo::Runtime Loads all Alzabo::Runtime::* classes 1.16 metacpan
Alzabo::Runtime::CachedRow Cached row objects 1.05 metacpan
Alzabo::Runtime::Column Column objects 1.04 metacpan
Alzabo::Runtime::ColumnDefinition Column definition objects 1.04 metacpan
Alzabo::Runtime::Cursor Base class for Alzabo cursors 1.08 metacpan
Alzabo::Runtime::ForeignKey Foreign key objects 1.15 metacpan
Alzabo::Runtime::Index Index objects 1.03 metacpan
Alzabo::Runtime::JoinCursor Cursor that returns arrays of C<Alzabo::Runtime::Row> objects 1.09 metacpan
Alzabo::Runtime::Row Row objects 1.52 metacpan
Alzabo::Runtime::RowCursor Cursor that returns C<Alzabo::Runtime::Row> objects 1.13 metacpan
Alzabo::Runtime::Schema Schema objects 1.27 metacpan
Alzabo::Runtime::Table Table objects 1.46 metacpan
Alzabo::SQLMaker Alzabo base class for RDBMS drivers 1.13 metacpan
Alzabo::SQLMaker::MySQL Alzabo SQL making class for MySQL 1.06 metacpan
Alzabo::SQLMaker::PostgreSQL Alzabo SQL making class for PostgreSQL 1.04 metacpan
Alzabo::Schema Schema objects 1.32 metacpan
Alzabo::Table Table objects 1.33 metacpan
Alzabo::Util Utility functions for Alzabo 1.07 metacpan

Provides

Name File View
Alzabo::Config lib/PreInstall/Config.pm metacpan
Alzabo::DriverStatement lib/Alzabo/Driver.pm metacpan
Alzabo::Exception::Driver lib/Alzabo/Exceptions.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan