Kwalitee Issues

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

no_pod_errors

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

Error: Teng-0.17/lib/Teng/Iterator.pm -- Around line 101: =over without closing =back Teng-0.17/lib/Teng/Row.pm -- Around line 200: =over without closing =back

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.

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.

Modules

Name Abstract Version View
Teng very simple DBI wrapper/ORMapper 0.17 metacpan
Teng::Iterator Iterator for Teng metacpan
Teng::Plugin::BulkInsert (DEPRECATED) bulk insert helper metacpan
Teng::Plugin::Count Count rows in database. metacpan
Teng::Plugin::FindOrCreate provide find_or_create method for your Teng class. metacpan
Teng::Plugin::Lookup lookup single row. metacpan
Teng::Plugin::Pager Pager metacpan
Teng::Plugin::Pager::MySQLFoundRows Paginate with SQL_CALC_FOUND_ROWS metacpan
Teng::Plugin::Replace add replace for Teng metacpan
Teng::Plugin::SQLPager paginate with sql metacpan
Teng::Plugin::SingleBySQL (DEPRECATED)single by sql metacpan
Teng::QueryBuilder metacpan
Teng::Row Teng's Row class metacpan
Teng::Schema Schema API for Teng metacpan
Teng::Schema::Declare DSL For Declaring Teng Schema metacpan
Teng::Schema::Dumper Schema code generator metacpan
Teng::Schema::Loader Dynamic Schema Loader metacpan
Teng::Schema::Table Teng table class. metacpan

Other Files

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