Kwalitee Issues

No Core Issues.

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.

Modules

Name Abstract Version View
Fey Better SQL Generation Through Perl 0.30 metacpan
Fey::Column Represents a column metacpan
Fey::Column::Alias Represents an alias for a column metacpan
Fey::Exceptions Defines exceptions used in the core Fey classes metacpan
Fey::FK Represents a foreign key metacpan
Fey::FakeDBI Just enough of the DBI API to fool Fey metacpan
Fey::Literal Represents a literal piece of a SQL statement metacpan
Fey::Literal::Function Represents a literal function in a SQL statement metacpan
Fey::Literal::Null Represents a literal NULL in a SQL statement metacpan
Fey::Literal::Number Represents a literal number in a SQL statement metacpan
Fey::Literal::String Represents a literal string in a SQL statement metacpan
Fey::Literal::Term Represents a literal term in a SQL statement metacpan
Fey::NamedObjectSet Holds a set of named objects metacpan
Fey::Placeholder Represents a placeholder metacpan
Fey::Role::ColumnLike A role for "column-like" behavior metacpan
Fey::Role::Comparable A role for things that can be part of a WHERE clause metacpan
Fey::Role::Groupable A role for things that can be part of a GROUP BY clause metacpan
Fey::Role::HasAliasName A role for objects that bring an alias with them metacpan
Fey::Role::Joinable A role for things that can be part of a JOIN BY clause metacpan
Fey::Role::MakesAliasObjects A role for objects with separate alias objects metacpan
Fey::Role::Named A role for things with a name metacpan
Fey::Role::Orderable A role for things that can be part of a ORDER BY clause metacpan
Fey::Role::SQL::Cloneable Adds a just-deep-enough clone() method to SQL objects metacpan
Fey::Role::SQL::HasBindParams A role for queries which can have bind parameters metacpan
Fey::Role::SQL::HasLimitClause A role for queries which can include a LIMIT clause metacpan
Fey::Role::SQL::HasOrderByClause A role for queries which can include a ORDER BY clause metacpan
Fey::Role::SQL::HasWhereClause A role for queries which can include a WHERE clause metacpan
Fey::Role::Selectable A role for things that can go in a SELECT clause metacpan
Fey::Role::SetOperation A role for things that are a set operation metacpan
Fey::Role::TableLike A role for things that are like a table metacpan
Fey::SQL Documentation on SQL generation with Fey and SQL object factory metacpan
Fey::SQL::Delete Represents a DELETE query metacpan
Fey::SQL::Except Represents an EXCEPT operation metacpan
Fey::SQL::Fragment::Join Represents a single join in a FROM clause metacpan
Fey::SQL::Fragment::Where::Boolean Represents the start of a subgroup in a WHERE clause metacpan
Fey::SQL::Fragment::Where::Comparison metacpan
Fey::SQL::Fragment::Where::SubgroupEnd metacpan
Fey::SQL::Fragment::Where::SubgroupStart metacpan
Fey::SQL::Insert Represents a INSERT query metacpan
Fey::SQL::Intersect Represents an INTERSECT operation metacpan
Fey::SQL::Select Represents a SELECT query metacpan
Fey::SQL::Union Represents a UNION operation metacpan
Fey::SQL::Update Represents a UPDATE query metacpan
Fey::SQL::Where Represents a "stand-alone" WHERE clause metacpan
Fey::Schema Represents a schema and contains tables and foreign keys metacpan
Fey::Table Represents a table (or view) metacpan
Fey::Table::Alias Represents an alias for a table metacpan
Fey::Types Types for use in Fey metacpan

Other Files

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