persist 0.5.2 Deleted

Kwalitee Issues

has_meta_yml

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

prereq_matches_use

List all used modules in META.yml requires

Error:
  • DateTime::Format::Pg
  • Parse::RecDescent
main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

has_meta_json

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Persist/Persist.pm, Persist/Driver/Driver.pm, Persist/Driver/DBI/DBI.pm, Persist/Driver/DBI/PostgreSQL/PostgreSQL.pm, Persist/Driver/Memory/Memory.pm, Persist/Filter/Filter.pm, Persist/Join/Join.pm, Persist/Source/Source.pm, Persist/Table/Table.pm, Persist/Tabular/Tabular.pm, Persist/Test/Test.pm
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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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.005002,1.1,1.10,1.11,1.13,1.14,1.17,1.19,1.6,1.7

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
Persist This class contains constants and helpers for the Persist framework 0.005002 metacpan
Persist::Driver Base class for Persist drivers 1.6 metacpan
Persist::Driver::DBI Base class for Persist DBI drivers 1.14 metacpan
Persist::Driver::DBI::PostgreSQL Persist driver for DBD::Pg 1.19 metacpan
Persist::Driver::Memory Persist driver for an in Memory source 1.17 metacpan
Persist::Filter Function for parsing filters 1.11 metacpan
Persist::Join Data abstraction representing the joining of multiple tables 1.7 metacpan
Persist::Source Main class used for accessing Persist data 1.11 metacpan
Persist::Table Represents a persistent table object 1.13 metacpan
Persist::Tabular Abstract base class for Persist::Table and Persist::Join 1.10 metacpan
Persist::Test Persist helper for testing drivers 1.1 metacpan

Provides

Name File View
Persist::Filter::AST Persist/Filter/Filter.pm metacpan
Persist::Filter::Comparison Persist/Filter/Filter.pm metacpan
Persist::Filter::Identifier Persist/Filter/Filter.pm metacpan
Persist::Filter::Junction Persist/Filter/Filter.pm metacpan
Persist::Filter::Literal Persist/Filter/Filter.pm metacpan
Persist::Filter::Logical Persist/Filter/Filter.pm metacpan
Persist::Filter::Not Persist/Filter/Filter.pm metacpan
Persist::Filter::Number Persist/Filter/Filter.pm metacpan
Persist::Filter::Operand Persist/Filter/Filter.pm metacpan
Persist::Filter::Placeholder Persist/Filter/Filter.pm metacpan
Persist::Filter::String Persist/Filter/Filter.pm metacpan
Persist::Test::Source Persist/Test/Test.pm metacpan

Other Files

ChangeLog metacpan
MANIFEST metacpan
Makefile.PL metacpan
Persist/Driver/DBI/Makefile.PL metacpan
Persist/Driver/DBI/PostgreSQL/Makefile.PL metacpan
Persist/Driver/Makefile.PL metacpan
Persist/Driver/Memory/Makefile.PL metacpan
Persist/Filter/Makefile.PL metacpan
Persist/Join/Makefile.PL metacpan
Persist/Makefile.PL metacpan
Persist/Source/Makefile.PL metacpan
Persist/Table/Makefile.PL metacpan
Persist/Tabular/Makefile.PL metacpan
Persist/Test/Makefile.PL metacpan
README metacpan