DBIx-HTMLView 0.6.1 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- 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.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: config
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DBI
- 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: HTMLView.pm, HTMLView/Bool.pm, HTMLView/CGIListView.pm, HTMLView/CGIReqEdit.pm, HTMLView/CGIView.pm, HTMLView/DB.pm, HTMLView/Field.pm, HTMLView/Fld.pm, HTMLView/Fmt.pm, HTMLView/Id.pm, HTMLView/Int.pm, HTMLView/N2N.pm, HTMLView/N2One.pm, HTMLView/Post.pm, HTMLView/PostSet.pm, HTMLView/Relation.pm, HTMLView/Selection.pm, HTMLView/Str.pm, HTMLView/Table.pm, HTMLView/Text.pm, HTMLView/msqlDB.pm, HTMLView/mysqlDB.pm, config.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.
- 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: DBIx::HTMLView, DBIx::HTMLView::Bool, DBIx::HTMLView::CGIListView, DBIx::HTMLView::CGIReqEdit, DBIx::HTMLView::CGIView, DBIx::HTMLView::DB, DBIx::HTMLView::Field, DBIx::HTMLView::Fld, DBIx::HTMLView::Fmt, DBIx::HTMLView::Id, DBIx::HTMLView::Int, DBIx::HTMLView::N2N, DBIx::HTMLView::N2One, DBIx::HTMLView::Post, DBIx::HTMLView::PostSet, DBIx::HTMLView::Relation, DBIx::HTMLView::Selection, DBIx::HTMLView::Str, DBIx::HTMLView::Table, DBIx::HTMLView::Text, DBIx::HTMLView::msqlDB, DBIx::HTMLView::mysqlDB, config
- 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:
- config
- 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 |
|---|---|---|---|
| DBIx::HTMLView | For handling DBI relation databases and web interfaces | 0.006001 | metacpan |
| DBIx::HTMLView::Bool | A boolean field | metacpan | |
| DBIx::HTMLView::CGIListView | A simple CGI editor for single posts | metacpan | |
| DBIx::HTMLView::CGIReqEdit | metacpan | ||
| DBIx::HTMLView::CGIView | Common CGI functions for the viewers | metacpan | |
| DBIx::HTMLView::DB | A generic DBI databse with SQL interface | metacpan | |
| DBIx::HTMLView::Field | Base class for field classes | metacpan | |
| DBIx::HTMLView::Fld | Basic parser for fmt strings and files | metacpan | |
| DBIx::HTMLView::Fmt | metacpan | ||
| DBIx::HTMLView::Id | A index filed used to identifi posts | metacpan | |
| DBIx::HTMLView::Int | An integer field | metacpan | |
| DBIx::HTMLView::N2N | A many to many relation between two tabels | metacpan | |
| DBIx::HTMLView::N2One | A many to one relation between two tabels | metacpan | |
| DBIx::HTMLView::Post | A post in a DBI database | metacpan | |
| DBIx::HTMLView::PostSet | A set posts as in a search result for example | metacpan | |
| DBIx::HTMLView::Relation | A relation base class | metacpan | |
| DBIx::HTMLView::Selection | A kriteria used to select posts | metacpan | |
| DBIx::HTMLView::Str | A single line string filed | metacpan | |
| DBIx::HTMLView::Table | A table within a generic DBI databse | metacpan | |
| DBIx::HTMLView::Text | A multi line string filed | metacpan | |
| DBIx::HTMLView::msqlDB | interface for msql databases through DBI | metacpan | |
| DBIx::HTMLView::mysqlDB | interface for mysql databases through DBI | metacpan | |
| config | metacpan |