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: Polycom-Contact-Directory/lib/Polycom/PaxHeader/Contact,Polycom-Contact-Directory/lib/Polycom/PaxHeader/Contact,Polycom-Contact-Directory/script/PaxHeader/xml_to_csv.pl,Polycom-Contact-Directory/script/PaxHeader/xml_to_csv.pl

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Expected a list structure (author) [Validation: 1.4];Missing mandatory field, 'generated_by' (generated_by) [Validation: 1.4]

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 (17) does not match dist (19):
  • Missing in MANIFEST: lib/Polycom/._Contact, script/._xml_to_csv.pl

has_meta_json

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

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • lib/Polycom/._Contact
  • script/._xml_to_csv.pl

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Polycom::Contact Contact in a Polycom VoIP phone's local contact directory. 0.06 metacpan
Polycom::Contact::Directory Parser for Polycom VoIP phone local contact directory files. 0.06 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan