Kwalitee Issues

has_meta_yml

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

no_generated_files

Remove the offending files/directories!

Error: Makefile, pm_to_blib

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 (1) does not match dist (47):
  • Missing in MANIFEST: Addressbook/Convert/Ccmail.pm, Addressbook/Convert/Convert.pm, Addressbook/Convert/Csv.pm, Addressbook/Convert/Eudora.pm, Addressbook/Convert/Genr.pm, Addressbook/Convert/Juno.pm, Addressbook/Convert/Ldif.pm, Addressbook/Convert/Mailrc.pm, Addressbook/Convert/Pegasus.pm, Addressbook/Convert/PersistentUtilities.pm, Addressbook/Convert/Pine.pm, Addressbook/Convert/Spry.pm, Addressbook/Convert/Tsv.pm, Addressbook/Convert/Utilities.pm, Changes, LICENSE, Makefile, Makefile.PL, README, TODO, blib/arch/auto/Addressbook-Convert/.exists, blib/lib/.exists, blib/lib/auto/Addressbook-Convert/.exists, pm_to_blib, t/EudoraSampleFile.txt, t/LIST4C76.PML, t/LIST5029.PML, t/PegasusAddr1Sample.txt, t/PegasusAddr2Sample.txt, t/Test/Simple.pm, t/ccmailSample.txt, t/csvSample.txt, t/expectedOutputFromCcMailTest.txt, t/expectedOutputFromCsvTest.txt, t/expectedOutputFromEudoraTest.txt, t/expectedOutputFromLdifTest.txt, t/expectedOutputFromMailrcTest.txt, t/expectedOutputFromPegasusTest.txt, t/expectedOutputFromPineTest.txt, t/expectedOutputFromTsvTest.txt, t/ldifSample.txt, t/mailrcSample.txt, t/pineSample.txt, t/testHarness.t, t/testHarness.t_old, t/tsvSample.txt

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: MAIL::CONVERT

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: Addressbook/Convert/Convert.pm, Addressbook/Convert/Ccmail.pm, Addressbook/Convert/Csv.pm, Addressbook/Convert/Eudora.pm, Addressbook/Convert/Genr.pm, Addressbook/Convert/Juno.pm, Addressbook/Convert/Ldif.pm, Addressbook/Convert/Mailrc.pm, Addressbook/Convert/Pegasus.pm, Addressbook/Convert/PersistentUtilities.pm, Addressbook/Convert/Pine.pm, Addressbook/Convert/Spry.pm, Addressbook/Convert/Tsv.pm, Addressbook/Convert/Utilities.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: MAIL::CONVERT, Mail::Addressbook::Convert::Ccmail, Mail::Addressbook::Convert::Csv, Mail::Addressbook::Convert::Eudora, Mail::Addressbook::Convert::Genr, Mail::Addressbook::Convert::Juno, Mail::Addressbook::Convert::Ldif, Mail::Addressbook::Convert::Mailrc, Mail::Addressbook::Convert::Pegasus, Mail::Addressbook::Convert::PersistentUtilities, Mail::Addressbook::Convert::Pine, Mail::Addressbook::Convert::Tsv, Mail::Addressbook::Convert::Tsv, Mail::Addressbook::Convert::Utilities

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan