Kwalitee Issues

no_pax_headers

If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.

Error: ./PaxHeaders.13018/deltax-modules-3.16,./PaxHeaders.13018/deltax-modules-3.16,deltax-modules-3.16/PaxHeaders.13018/Makefile.PL,deltax-modules-3.16/PaxHeaders.13018/Makefile.PL,deltax-modules-3.16/PaxHeaders.13018/DeltaX,deltax-modules-3.16/PaxHeaders.13018/DeltaX,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Config.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Config.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Page.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Page.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Language.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Language.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Config.pod,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Config.pod,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Session.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Session.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Trace.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Trace.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Database.pm,deltax-modules-3.16/DeltaX/PaxHeaders.13018/Database.pm,deltax-modules-3.16/PaxHeaders.13018/CREDITS,deltax-modules-3.16/PaxHeaders.13018/CREDITS,deltax-modules-3.16/PaxHeaders.13018/MANIFEST,deltax-modules-3.16/PaxHeaders.13018/MANIFEST,deltax-modules-3.16/PaxHeaders.13018/t,deltax-modules-3.16/PaxHeaders.13018/t,deltax-modules-3.16/t/PaxHeaders.13018/02_database.t,deltax-modules-3.16/t/PaxHeaders.13018/02_database.t,deltax-modules-3.16/t/PaxHeaders.13018/03_language.t,deltax-modules-3.16/t/PaxHeaders.13018/03_language.t,deltax-modules-3.16/t/PaxHeaders.13018/03_lang2.TST,deltax-modules-3.16/t/PaxHeaders.13018/03_lang2.TST,deltax-modules-3.16/t/PaxHeaders.13018/01_config2.conf,deltax-modules-3.16/t/PaxHeaders.13018/01_config2.conf,deltax-modules-3.16/t/PaxHeaders.13018/03_lang21.TST,deltax-modules-3.16/t/PaxHeaders.13018/03_lang21.TST,deltax-modules-3.16/t/PaxHeaders.13018/02_config21.conf,deltax-modules-3.16/t/PaxHeaders.13018/02_config21.conf,deltax-modules-3.16/t/PaxHeaders.13018/01_config.t,deltax-modules-3.16/t/PaxHeaders.13018/01_config.t,deltax-modules-3.16/t/PaxHeaders.13018/03_lang1.TST,deltax-modules-3.16/t/PaxHeaders.13018/03_lang1.TST,deltax-modules-3.16/t/PaxHeaders.13018/04_page1.out,deltax-modules-3.16/t/PaxHeaders.13018/04_page1.out,deltax-modules-3.16/t/PaxHeaders.13018/04_page1.pg,deltax-modules-3.16/t/PaxHeaders.13018/04_page1.pg,deltax-modules-3.16/t/PaxHeaders.13018/05_session.t,deltax-modules-3.16/t/PaxHeaders.13018/05_session.t,deltax-modules-3.16/t/PaxHeaders.13018/01_config1.conf,deltax-modules-3.16/t/PaxHeaders.13018/01_config1.conf,deltax-modules-3.16/t/PaxHeaders.13018/04_page.t,deltax-modules-3.16/t/PaxHeaders.13018/04_page.t,deltax-modules-3.16/t/PaxHeaders.13018/02_config22.conf,deltax-modules-3.16/t/PaxHeaders.13018/02_config22.conf,deltax-modules-3.16/t/PaxHeaders.13018/06_trace.t,deltax-modules-3.16/t/PaxHeaders.13018/06_trace.t,deltax-modules-3.16/t/PaxHeaders.13018/04_page1.inc,deltax-modules-3.16/t/PaxHeaders.13018/04_page1.inc,deltax-modules-3.16/PaxHeaders.13018/Artistic.txt,deltax-modules-3.16/PaxHeaders.13018/Artistic.txt,deltax-modules-3.16/PaxHeaders.13018/TO_DO,deltax-modules-3.16/PaxHeaders.13018/TO_DO,deltax-modules-3.16/PaxHeaders.13018/DISCLAIMER,deltax-modules-3.16/PaxHeaders.13018/DISCLAIMER,deltax-modules-3.16/PaxHeaders.13018/README,deltax-modules-3.16/PaxHeaders.13018/README,deltax-modules-3.16/PaxHeaders.13018/Changes,deltax-modules-3.16/PaxHeaders.13018/Changes

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.

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: DeltaX::Trace

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI

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: DeltaX/Config.pm, DeltaX/Database.pm, DeltaX/Language.pm, DeltaX/Page.pm, DeltaX/Session.pm, DeltaX/Trace.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: DeltaX::Config, DeltaX::Database, DeltaX::Language, DeltaX::Page, DeltaX::Session, DeltaX::Trace

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.0,1.1,1.3,3.4

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
DeltaX::Config 1.0 metacpan
DeltaX::Database Perl module which hiddens DB differences on DBI level 3.4 metacpan
DeltaX::Language Perl module for reading language files 1.0 metacpan
DeltaX::Page Perl module for parsing pages for masser 1.3 metacpan
DeltaX::Session Perl module for session management 1.0 metacpan
DeltaX::Trace Perl module for writing log messages 1.1 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan