persist 0.3.1 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:- DBI
- Date::Calc
- 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.
- 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 - 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.
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:- Persist/Persist.pm: HASH(0x5655396c8c78)
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 1.11,1.3,1.4,1.5,1.6,1.7,1.8
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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 | metacpan | |
| Persist::Driver | Base class for Persist drivers | 1.3 | metacpan |
| Persist::Driver::DBI | Base class for Persist DBI drivers | 1.7 | metacpan |
| Persist::Driver::DBI::PostgreSQL | Persist driver for DBD::Pg | 1.11 | metacpan |
| Persist::Driver::Memory | Persist driver for an in Memory source | 1.6 | metacpan |
| Persist::Filter | Function for parsing filters | 1.5 | metacpan |
| Persist::Join | Data abstraction representing the joining of multiple tables | 1.4 | metacpan |
| Persist::Source | Main class used for accessing Persist data | 1.6 | metacpan |
| Persist::Table | Represents a persistent table object | 1.8 | metacpan |
| Persist::Tabular | Abstract base class for Persist::Table and Persist::Join | 1.4 | 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 |
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 |
| README | metacpan |