AddressBook 0.16
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DBI
- Date::Manip
- Net::LDAP
- Net::LDAP::Entry
- Net::LDAP::LDIF
- Net::LDAP::Util
- XML::DOM
- 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.
- 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.
- 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: AddressBook, AddressBook::Config, AddressBook::DB::BBDB, AddressBook::DB::DBI, AddressBook::DB::HTML, AddressBook::DB::LDAP, AddressBook::DB::LDIF, AddressBook::DB::PDB, AddressBook::DB::Text, AddressBook::Entry
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- AddressBook
- 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.12,0.13,0.14,0.16
- 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 |
---|---|---|---|
AddressBook | Abstract class for using AddressBooks | 0.16 | metacpan |
AddressBook::Config | AddressBook configuration object | 0.13 | metacpan |
AddressBook::DB::BBDB | metacpan | ||
AddressBook::DB::DBI | Backend for AddressBook to use in databases | 0.13 | metacpan |
AddressBook::DB::HTML | Backend for AddressBook to print entries in HTML format | 0.14 | metacpan |
AddressBook::DB::LDAP | Backend for AddressBook to use LDAP. | 0.13 | metacpan |
AddressBook::DB::LDIF | Backend for AddressBook to use LDIF files. | 0.13 | metacpan |
AddressBook::DB::PDB | Backend for AddressBook to use PDB (PalmOS) Databases. | 0.13 | metacpan |
AddressBook::DB::Text | Backend for AddressBook to print entries in a simple text format | 0.13 | metacpan |
AddressBook::Entry | An entry in the AddressBook | 0.12 | metacpan |