Persistent-Base 0.52 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- 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: Persistent::Base, Persistent::DBM, Persistent::DataType::Base, Persistent::DataType::Char, Persistent::DataType::DateTime, Persistent::DataType::Number, Persistent::DataType::String, Persistent::DataType::VarChar, Persistent::File, Persistent::Memory
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/Persistent/DBM.pm: HASH(0x5609d676d660)
- lib/Persistent/DataType/Base.pm: HASH(0x5609d6758218)
- lib/Persistent/DataType/Char.pm: HASH(0x5609d42b8a30)
- lib/Persistent/DataType/DateTime.pm: HASH(0x5609d42e7d98)
- lib/Persistent/DataType/Number.pm: HASH(0x5609d676d1f8)
- lib/Persistent/DataType/String.pm: HASH(0x5609d4920358)
- lib/Persistent/DataType/VarChar.pm: HASH(0x5609d676dfd8)
- lib/Persistent/File.pm: HASH(0x5609d676dfa8)
- lib/Persistent/Memory.pm: HASH(0x5609d40e2d58)
- 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 |
---|---|---|---|
Persistent::Base | An Abstract Persistent Base Class | 0.52 | metacpan |
Persistent::DBM | A Persistent Class implemented using a DBM File | metacpan | |
Persistent::DataType::Base | An Abstract DataType Base Class | metacpan | |
Persistent::DataType::Char | A Fixed Length Character String Class | metacpan | |
Persistent::DataType::DateTime | A Date and Time Class | metacpan | |
Persistent::DataType::Number | A Floating Point and Integer Class | metacpan | |
Persistent::DataType::String | A Character String Class | metacpan | |
Persistent::DataType::VarChar | A Variable Length Character String Class | metacpan | |
Persistent::File | A Persistent Class implemented using a Text File | metacpan | |
Persistent::Memory | A Persistent Class implemented using Memory (RAM) | metacpan |