Kwalitee Issues

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 (18) does not match dist (49):
  • Missing in MANIFEST: docsrc/README, docsrc/manual.xml, docsrc/reference.xml, eg/Config/Config.xml, eg/Config/PageKit_Config-0.97.dtd, eg/Content/customize.xml, eg/Content/index.xml, eg/Content/language.xml, eg/Content/license.xml, eg/Content/login1.xml, eg/Content/newacct1.xml, eg/Model/MyPageKit/Common.pm, eg/Model/MyPageKit/MyModel.pm, eg/README, eg/View/Default/begin_cell.tmpl, eg/View/Default/bottom.tmpl, eg/View/Default/customize.tmpl, eg/View/Default/demo_desc.tmpl, eg/View/Default/end_cell.tmpl, eg/View/Default/language.tmpl, eg/View/Default/license.tmpl, eg/View/Default/login1.tmpl, eg/View/Default/newacct1.tmpl, eg/View/Default/top.tmpl, eg/View/print/bottom.tmpl, eg/View/print/top.tmpl, migration/migrate_content_0.96_to_0.97.xsl, migration/migrate_pagekit_0.05_to_0.89.pl, migration/migrate_pagekit_0.96_to_0.97.pl, migration/migrate_pagekit_0.98_to_0.99.pl, migration/migrate_pagekit_0.99_to_1.00.pl

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Apache::Constants
  • Apache::Cookie
  • Apache::Request
  • Apache::Session
  • Apache::URI
  • Apache::Util
  • HTML::Clean
  • HTML::FillInForm
  • HTML::Parser
  • HTML::Template
  • Mail::Mailer
  • XML::Parser
  • XML::XPath

no_pod_errors

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

Error: Apache-PageKit-1.00/lib/Apache/PageKit.pm -- Around line 1130: Non-ASCII character seen before =encoding in 'Kerhervé'. Assuming CP1252

has_meta_json

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

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: Apache::ErrorReport, Apache::PageKit, Apache::PageKit::Config, Apache::PageKit::Content, Apache::PageKit::Model, Apache::PageKit::Param, Apache::PageKit::Session, Apache::PageKit::View, HTML::FormValidator, XML::XPathTemplate

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • HTML::FormValidator

test_prereq_matches_use

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

Error:

  • Apache::test

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.01,1.00,1.2,1.50

configure_prereq_matches_use

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

Error:

  • Apache::test

Modules

Name Abstract Version View
Apache::ErrorReport Error Reporting under mod_perl metacpan
Apache::PageKit MVCC web framework using mod_perl, XML and HTML::Template 1.00 metacpan
Apache::PageKit::Config metacpan
Apache::PageKit::Content metacpan
Apache::PageKit::Model Base Model Class metacpan
Apache::PageKit::Param metacpan
Apache::PageKit::Session Session Handling 1.50 metacpan
Apache::PageKit::View metacpan
HTML::FormValidator Validates user input (usually from an HTML form) based on input profile. 1.2 metacpan
XML::XPathTemplate Easy access to XML files using XPath and HTML::Template 0.01 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan