Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

no_files_to_be_skipped

Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.

Error: MANIFEST.SKIP,err_bind/err_bind_param_inout_overrun_bug.msg,err_bind/err_bindarrays.msg,err_bind/err_bindclobleak.msg,err_bind/err_bindnullhash.msg,err_bind/err_trailingblank.msg,err_bind,err_build/err_aix64.msg,err_build/err_hpux_ld.msg,err_build/err_hpuxsuccess.msg,err_build/err_instantclient.msg,err_build/err_makefileundef.msg,err_build/err_memleak.msg,err_build/err_solarisnotes.msg,err_build/err_testfailnotable.msg,err_build,err_docs/err_trace.msg,err_docs,err_lob/err_csr_clob.msg,err_lob/err_loblenwide.msg,err_lob/err_lobtesttblfail.msg,err_lob/err_nclob_form.msg,err_lob/err_nulllobsegv.msg,err_lob/err_tmplobfree.msg,err_lob,err_unicode/err_char.msg,err_unicode/err_twolongstr.msg,err_unicode,err_unsorted/err_etherreal.msg,err_unsorted/err_memleak2.msg,err_unsorted/err_multiora.msg,err_unsorted/err_ora9ir2oci.msg,err_unsorted/err_ref_type.msg,err_unsorted/err_refcsr_rowcache.msg,err_unsorted/err_refcsr_slow.msg,err_unsorted/err_slowcsr.msg,err_unsorted/err_svrparse.msg,err_unsorted/err_xml.msg,err_unsorted/err_xml2.msg,err_unsorted/err_xmltypebindplsql.msg,err_unsorted

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error:

  • MANIFEST (100) does not match dist (133):
  • Missing in MANIFEST: MANIFEST.SKIP, err_bind/err_bind_param_inout_overrun_bug.msg, err_bind/err_bindarrays.msg, err_bind/err_bindclobleak.msg, err_bind/err_bindnullhash.msg, err_bind/err_trailingblank.msg, err_build/err_aix64.msg, err_build/err_hpux_ld.msg, err_build/err_hpuxsuccess.msg, err_build/err_instantclient.msg, err_build/err_makefileundef.msg, err_build/err_memleak.msg, err_build/err_solarisnotes.msg, err_build/err_testfailnotable.msg, err_docs/err_trace.msg, err_lob/err_csr_clob.msg, err_lob/err_loblenwide.msg, err_lob/err_lobtesttblfail.msg, err_lob/err_nclob_form.msg, err_lob/err_nulllobsegv.msg, err_lob/err_tmplobfree.msg, err_unicode/err_char.msg, err_unicode/err_twolongstr.msg, err_unsorted/err_etherreal.msg, err_unsorted/err_memleak2.msg, err_unsorted/err_multiora.msg, err_unsorted/err_ora9ir2oci.msg, err_unsorted/err_ref_type.msg, err_unsorted/err_refcsr_rowcache.msg, err_unsorted/err_refcsr_slow.msg, err_unsorted/err_slowcsr.msg, err_unsorted/err_svrparse.msg, err_unsorted/err_xml.msg, err_unsorted/err_xml2.msg, err_unsorted/err_xmltypebindplsql.msg
  • Missing in Dist: META.yml, mk.pm

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: DBD::Oracle::GetInfo

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: DBD-Oracle-1.22/Oracle.pm -- Around line 1390: You forgot a '=back' before '=head2' Around line 1512: You forgot a '=back' before '=head2' Around line 1514: '=item' outside of any '=over' Around line 2694: '=item' outside of any '=over' Around line 2755: You forgot a '=back' before '=head2' Around line 2773: '=item' outside of any '=over' Around line 2869: You forgot a '=back' before '=head2' Around line 2877: Non-ASCII character seen before =encoding in 'Oracle®'. Assuming CP1252 Around line 2905: '=item' outside of any '=over' Around line 2925: '=item' outside of any '=over' Around line 2948: You forgot a '=back' before '=head2'

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: Oracle.pm, Oraperl.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.

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: DBD::Oracle, DBD::Oracle::GetInfo, Oraperl

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • DBI

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.22,1.44

has_separate_license_file

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

configure_prereq_matches_use

List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires

Error:

  • DBI
  • DBI::DBD

Modules

Name Abstract Version View
DBD::Oracle Oracle database driver for the DBI module 1.22 metacpan
DBD::Oracle::GetInfo metacpan
Oraperl Perl access to Oracle databases for old oraperl scripts 1.44 metacpan

Provides

Name File View
DBD::Oracle::db Oracle.pm metacpan
DBD::Oracle::dr Oracle.pm metacpan
DBD::Oracle::st Oracle.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan
README-files/hpux/Conf-Lincoln-1.06 metacpan
README-files/hpux/Conf-Lincoln-1.07 metacpan
README-files/hpux/Conf-Merijn-580-10.20-cc metacpan
README-files/hpux/Conf-Merijn-585-11.00-cc metacpan
README-files/hpux/Conf-Merijn-585-11.11-cc metacpan
README-files/hpux/Conf-Merijn-587-11.23-cc metacpan
README-files/hpux/Conf-Merijn-588-10.20-gcc metacpan
README-files/hpux/Conf-Merijn-588-11.00-gcc32 metacpan
README-files/hpux/Conf-Merijn-588-11.00-gcc64 metacpan
README-files/hpux/Conf-Merijn-588-11.11-gcc32 metacpan
README-files/hpux/Conf-Merijn-588-11.11-gcc64 metacpan
README-files/hpux/Conf-Merijn-588-11.23-gcc64 metacpan
README-files/hpux/Conf-Mike metacpan
README-files/hpux/Conf-Roger metacpan
README-files/hpux/Makefile-Lincoln metacpan
README-files/hpux/libjava.eml metacpan
README.64bit.txt metacpan
README.aix.txt metacpan
README.clients.txt metacpan
README.explain.txt metacpan
README.help.txt metacpan
README.hpux.txt metacpan
README.java.txt metacpan
README.linux.txt metacpan
README.login.txt metacpan
README.longs.txt metacpan
README.macosx.txt metacpan
README.sec.txt metacpan
README.vms.txt metacpan
README.win32.txt metacpan
README.wingcc.txt metacpan