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: PaxHeader/Pg-hstore-1.01,PaxHeader/Pg-hstore-1.01,Pg-hstore-1.01/PaxHeader/lib,Pg-hstore-1.01/PaxHeader/lib,Pg-hstore-1.01/PaxHeader/t,Pg-hstore-1.01/PaxHeader/t,Pg-hstore-1.01/PaxHeader/.hg,Pg-hstore-1.01/PaxHeader/.hg,Pg-hstore-1.01/.hg/PaxHeader/store,Pg-hstore-1.01/.hg/PaxHeader/store,Pg-hstore-1.01/.hg/PaxHeader/cache,Pg-hstore-1.01/.hg/PaxHeader/cache,Pg-hstore-1.01/.hg/store/PaxHeader/data,Pg-hstore-1.01/.hg/store/PaxHeader/data,Pg-hstore-1.01/.hg/store/data/PaxHeader/lib,Pg-hstore-1.01/.hg/store/data/PaxHeader/lib,Pg-hstore-1.01/.hg/store/data/PaxHeader/t,Pg-hstore-1.01/.hg/store/data/PaxHeader/t,Pg-hstore-1.01/.hg/store/data/lib/PaxHeader/_d_b_d,Pg-hstore-1.01/.hg/store/data/lib/PaxHeader/_d_b_d,Pg-hstore-1.01/.hg/store/data/lib/PaxHeader/_pg,Pg-hstore-1.01/.hg/store/data/lib/PaxHeader/_pg,Pg-hstore-1.01/.hg/store/data/lib/_d_b_d/PaxHeader/_pg,Pg-hstore-1.01/.hg/store/data/lib/_d_b_d/PaxHeader/_pg,Pg-hstore-1.01/lib/PaxHeader/Pg,Pg-hstore-1.01/lib/PaxHeader/Pg

has_meta_yml

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

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 (8) does not match dist (42):
  • Missing in MANIFEST: .hg/00changelog.i, .hg/branch, .hg/cache/branchheads, .hg/cache/tags, .hg/dirstate, .hg/hgrc, .hg/last-message.txt, .hg/requires, .hg/store/00changelog.i, .hg/store/00manifest.i, .hg/store/data/_changes.i, .hg/store/data/_m_a_n_i_f_e_s_t.i, .hg/store/data/_makefile._p_l.i, .hg/store/data/_makefile.old.i, .hg/store/data/_r_e_a_d_m_e.i, .hg/store/data/hstore.xs.i, .hg/store/data/lib/_d_b_d/_pg/hstore.pm.i, .hg/store/data/lib/_pg/hstore.pm.i, .hg/store/data/ppport.h.i, .hg/store/data/t/_d_b_d-_pg-hstore.t.i, .hg/store/data/t/_pg-hstore.t.i, .hg/store/data/t/decode-more.t.i, .hg/store/data/t/encode-decode.t.i, .hg/store/data/t/utf8.t.i, .hg/store/data/test.pl.i, .hg/store/fncache, .hg/store/undo, .hg/undo.bookmarks, .hg/undo.branch, .hg/undo.desc, .hg/undo.dirstate, t/decode-more.t, t/encode-decode.t, t/utf8.t

has_meta_json

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

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .hg

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.

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
Pg::hstore Perl extension for encoding/decoding postgresql's hstore data type. 1.01 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan